/** * CLI Command: workflow * * List and run agent workflows */ import { Command } from "commander"; export declare const workflowCommand: Command; //# sourceMappingURL=workflow.d.ts.map