/** import { getErrorMessage } from "./../types/common"; * CLI Command: orchestrator * * Commands for interacting with orchestrator integration */ import { Command } from 'commander'; export declare function createOrchestratorCommand(): Command; //# sourceMappingURL=orchestrator.d.ts.map