import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare const toolRegistry: Map Promise; }>; export declare function installToolRegistryInterceptor(server: McpServer): void; export declare function registerToolWithTelemetry(server: McpServer, toolName: string, config: any, handler: (args: any) => Promise, emptyResultDetector?: (result: any) => boolean): void; //# sourceMappingURL=register.d.ts.map