import type { ServerState, LogFunction } from './types.js'; /** * Create a logger that writes to both file and stderr */ export declare function createLogger(logFile: string, state: ServerState): LogFunction; /** * Initialize logging directory and return log file path */ export declare function initializeLogging(): string; //# sourceMappingURL=logging.d.ts.map