import { MCPServer } from '../types/index.js'; export declare const CRITICAL_MCP_SERVERS: MCPServer[]; export declare const ENHANCEMENT_MCP_SERVERS: MCPServer[]; export declare const UTILITY_MCP_SERVERS: MCPServer[]; export declare const MCP_CONFIGURATION_STRATEGY: { critical: { description: string; servers: MCPServer[]; priority: number; required: boolean; }; enhancement: { description: string; servers: MCPServer[]; priority: number; required: boolean; }; utility: { description: string; servers: MCPServer[]; priority: number; required: boolean; }; }; export declare const CLAUDE_CODE_REFINED_MCP_CONFIG: { mcpServers: { 'hey-fr3k': { command: string; args: string[]; }; 'fr3k-think': { command: string; args: string[]; }; 'fr3k-remember': { command: string; args: string[]; }; 'fabric-mcp': { command: string; args: string[]; }; 'dynamic-context': { command: string; args: string[]; }; grep: { command: string; args: string[]; env: { TAVILY_API_KEY: string; BRAVE_API_KEY: string; }; }; }; }; export declare const DYNAMIC_CONTEXT_CONFIG: { enabled: boolean; contextDirectory: string; dynamicContextFiles: { 'current-agent.md': { generator: string; triggers: string[]; description: string; }; 'current-task.md': { generator: string; triggers: string[]; description: string; }; 'fr3k-workflow.md': { generator: string; triggers: string[]; description: string; }; 'fabric-patterns.md': { generator: string; triggers: string[]; description: string; }; 'critical-memory.md': { generator: string; triggers: string[]; description: string; }; }; loadingRules: { minimal: string[]; standard: string[]; comprehensive: string[]; }; }; export declare const FABRIC_INTEGRATION_STRATEGY: { corePatterns: string[]; agentSpecificPatterns: { 'fr3k-analyst': string[]; 'fr3k-blueprint': string[]; 'fr3k-forge': string[]; 'fr3k-qa': string[]; 'fr3k-oracle': string[]; }; dynamicPatternLoading: { enabled: boolean; basedOnContext: boolean; cacheResults: boolean; maxPatternsPerContext: number; }; }; export declare function getMcpConfigForTool(toolName: string, includeOptional?: boolean): any; export declare function getCriticalMcpServers(): MCPServer[]; export declare function getEnhancementMcpServers(): MCPServer[]; export declare function getUtilityMcpServers(): MCPServer[]; //# sourceMappingURL=refinedMcpConfig.d.ts.map