/** * Orchestration Command - AI tool workflow coordination */ import { Command } from "../cliffy-compat.js"; export interface CommandContext { args: string[]; flags: Record; } export declare const orchestrationCommand: Command; //# sourceMappingURL=orchestration.d.ts.map