import type { OrchestratorInvokeOptions, OrchestratorResult } from './orchestrator.js'; export declare function invokeAnthropicOrchestrator(opts: OrchestratorInvokeOptions): Promise; //# sourceMappingURL=anthropic-orchestrator.d.ts.map