/** * Minimal structured logger that writes JSONL to stderr. * stdout is reserved for the MCP JSON-RPC protocol stream. */ export declare function log(level: 'debug' | 'info' | 'warn' | 'error', message: string, fields?: Record): void; //# sourceMappingURL=logger.d.ts.map