import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { CacheOptions } from '../types/index.js'; export declare class FoxyMcpServer { private defaultProjectId?; private readonly server; private readonly apifoxService; private readonly mockService; private readonly dataPoolService; constructor(authConfig: { apiKey?: string; cookieToken?: string; }, defaultProjectId?: string | undefined, cacheOptions?: CacheOptions); private registerTools; connect(transport: any): Promise; getServer(): McpServer; getCacheStats(): import("../types/index.js").CacheStats; shutdown(): Promise; } //# sourceMappingURL=server.d.ts.map