import type { ILogger, LoggerFunction } from './types.js'; export declare const EMPTY_FUNCTION: LoggerFunction; export declare const EMPTY_LOGGER: ILogger;