import { MCPRequest, MCPResponse, MCPServerOptions } from '../types.js'; export declare class MCPServer { private orchestrator; private options; private server; private sseClients; private lastHealthScore; private toolHandlers; constructor(orchestrator: any, options?: MCPServerOptions); private handleSubagentSliver; private handleSubagentQuarantineList; private handleSubagentGraduate; private handleSubagentReject; private handleCausalLink; private handleCausalTrace; private handleCausalInfluence; private handleCollisionDeclare; private handleCollisionList; private handleDreamRun; private handleDreamList; private handleReputationSign; private handleReputationScore; private handleReputationBadge; private handleDebateRun; private handlePremortemRun; private handleBranchState; private handleAttentionHeatmap; private handleTokensRecord; private handleTokensReport; private handleForgetConsolidate; private handleFormalGenerate; private handleCalibrationRecord; private handleCalibrationScores; private handleAirGapStatus; private handleAirGapEnable; private handleAirGapDisable; private handleQuarantineList; private handleQuarantinePromote; private handleVoiceProcess; private handleGardenSnapshot; private handlePRReviewGenerate; private handleExchangeExport; private handleExchangeImport; private handleExchangeList; private handleHiveStatus; private handleSubconsciousInject; private handleGlobalRecall; private handleGlobalRecallScored; private handleGlobalStats; private handleAttachStatus; private handleGlobalTimeline; private handleFirewallCheck; private handleAgentHandoff; private parseLiveBrainQueries; private handleLiveBrainStatus; private handleLiveBrainBrief; private handleLiveBrainTrainPack; start(): Promise; stop(): Promise; handleRequest(request: MCPRequest): Promise; private handleInitialize; private handleAnalyze; private handleHealth; private handleFixes; private handleMetrics; private handleSemantic; private handleDeps; private handleLearn; private handleMemory; private handleRecall; private handleConsensus; private handleTurbo; private handleSwarm; private handleEvolution; private handleKnowledgeGraph; private handlePredict; private handleAsk; private handleStatus; private handleModules; private handleAutoConfig; private getToolDefinitions; private handleHTTPMCPRequest; private handleSSEConnection; private isAuthorized; private broadcastSSE; private readRequestBody; private sendJSON; private makeResult; private makeError; } //# sourceMappingURL=mcp-server.d.ts.map