export declare const supportedTools: { name: string; value: string; }[]; interface McpCommand { command: string; args: string[]; env?: Record; } export declare function addMcpServerToConfig(targets: string[] | undefined): Promise; export declare function setupVsCode(mcpCommand?: McpCommand): Promise; export declare function setupClaudeCode(mcpCommand?: McpCommand): Promise; export declare function setupCursor(mcpCommand?: McpCommand): boolean; export declare function setupWindsurf(mcpCommand?: McpCommand): boolean; export declare function setupCodex(mcpCommand?: McpCommand): Promise; export declare function setupGemini(mcpCommand?: McpCommand): Promise; export {};