import { ServerConfig } from './types.js'; export declare class CopilotMCPServer { private server; private copilotClient; constructor(config: ServerConfig); private setupHandlers; start(): Promise; } //# sourceMappingURL=server.d.ts.map