/** * Timestamped logger — all output goes to stderr (stdout is MCP JSON-RPC). * The prefix is configurable so each consumer can identify itself. */ export declare function setLogPrefix(prefix: string): void; export declare function log(...args: unknown[]): void; //# sourceMappingURL=log.d.ts.map