import type { McpServersDefinition } from "./index.js"; /** * Load (and cache) the MCP tools for one connector declaration. * * A failed load is never cached, so a transient connection error on the first * run can be retried on the next, but a misconfigured deployment surfaces the * error rather than silently starting with no tools. */ export declare function loadManagedMcpTools(connectors: McpServersDefinition): Promise; /** Clear the process-level MCP tool cache. Test-only. */ export declare function clearManagedMcpToolsCacheForTests(connectors?: McpServersDefinition): void; //# sourceMappingURL=load.d.ts.map