export interface WindsurfMCPConfig { mcpServers: { [key: string]: { command: string; args: string[]; env?: Record; }; }; } export declare function setupWindsurf(apiKey: string, serverUrl: string, projectId?: string): boolean; export declare function detectWindsurf(): boolean; export declare function isWindsurfConfigured(): boolean; //# sourceMappingURL=setup-windsurf.d.ts.map