import { MCPServer } from '../types/index.js'; export declare const FR3K_MCP_SERVERS: MCPServer[]; export declare const CLAUDE_CODE_MCP_CONFIG: { mcpServers: { 'hey-fr3k': { command: string; args: string[]; }; 'fr3k-think': { command: string; args: string[]; }; 'md-mcp': { command: string; args: string[]; }; 'unified-pantheon-mcp': { command: string; args: string[]; }; }; }; export declare const GEMINI_CLI_MCP_CONFIG: { mcpServers: { 'hey-fr3k': { transport: string; command: string; args: string[]; }; 'fr3k-think': { transport: string; command: string; args: string[]; }; 'fr3k-remember': { transport: string; command: string; args: string[]; }; 'md-mcp': { transport: string; command: string; args: string[]; }; 'unified-pantheon-mcp': { transport: string; command: string; args: string[]; }; }; }; export declare const COPILOT_CLI_MCP_CONFIG: { 'mcp-config.json': { mcpServers: { 'hey-fr3k': { command: string; args: string[]; }; 'fr3k-think': { command: string; args: string[]; }; github: { command: string; args: string[]; }; }; }; }; export declare function getMCPConfigForTool(toolName: string): any; //# sourceMappingURL=mcpServers.d.ts.map