/** * Agent Orchestration Framework (T-045). * Consolidates: agent-orchestrator, design-assistant. */ import type { FrameworkDefinition } from "../types.js"; export declare const agentOrchestrationFramework: FrameworkDefinition; //# sourceMappingURL=index.d.ts.map