import type { GridOptionsService } from '../gridOptionsService';
export declare function _logIfDebug(gos: GridOptionsService, message: string, ...args: any[]): void;
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export declare function _warnOnce(msg: string, ...args: any[]): void;
export declare function _errorOnce(msg: string, ...args: any[]): void;
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export declare function _consoleError(msg: string, ...args: any[]): void;
export declare function _consoleWarn(msg: string, ...args: any[]): void;
