import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function clearInstanceInfoCacheForTests(): void; export declare function fetchInstanceInfo(mcpServer: McpServer, includeEngines?: boolean, includeDisabled?: boolean, category?: string, refresh?: boolean): Promise;