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