import type { GridOptionsService } from '../gridOptionsService';
export declare function _logIfDebug(gos: GridOptionsService, message: string, ...args: any[]): void;
export declare function _warnOnce(msg: string, ...args: any[]): void;
export declare function _errorOnce(msg: string, ...args: any[]): void;
