export interface CursorMCPConfig { mcpServers: { [key: string]: { command?: string; args?: string[]; env?: Record; url?: string; headers?: Record; }; }; } export declare function setupCursor(apiKey: string, serverUrl: string, projectId?: string): boolean; export declare function detectCursor(): boolean; export declare function isCursorConfigured(): boolean; export declare function removeCursorConfig(): boolean; //# sourceMappingURL=setup-cursor.d.ts.map