import { SMEAgentDefinition } from '../types/orchestrator'; export declare const SME_AGENT_REGISTRY: Record; export declare const CAPABILITY_MATRIX: Record; export declare const CONFLICT_MATRIX: Record; export declare const COLLABORATION_PATTERNS: Record; export declare function getAgentsByCapability(capability: string): SMEAgentDefinition[]; export declare function getConflictingAgents(agentId: string): SMEAgentDefinition[]; export declare function getCollaborationPattern(taskType: string): SMEAgentDefinition[]; export declare function calculateCompatibilityScore(agent1Id: string, agent2Id: string): number; //# sourceMappingURL=sme-agents.d.ts.map