/** * Run command implementation. * Loads and executes a workflow from a file. */ import { Command } from 'commander'; /** * Create the run command */ export declare function runCommand(): Command; //# sourceMappingURL=run.d.ts.map