import type { OrchestrationPlanner } from "./types.js"; export declare function printOrchestrationUsage(): string; export interface OrchestratorCommandOptions { /** Planner for the automatic path. Default: `createQwenPlanner()`. */ planner?: OrchestrationPlanner; } export declare function handleOrchestratorCommand(args: string[], options?: OrchestratorCommandOptions): Promise; //# sourceMappingURL=cli.d.ts.map