import { McpClientManager } from "../../mcp-client/index.js"; export declare function setGlobalMcpManager(manager: McpClientManager): void; /** Internal: access the current process's MCP client manager, if any. */ export declare function getGlobalMcpManager(): McpClientManager | null; /** Internal: reload the process's MCP client manager after persisted settings change. */ export declare function refreshGlobalMcpManager(): Promise; export declare function mountMcpHubStatusRoute(nitroApp: any): void; export declare function mountMcpStatusRoute(nitroApp: any, manager: McpClientManager): void; //# sourceMappingURL=mcp-glue.d.ts.map