import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function workflow(args: string[]): Promise; //# sourceMappingURL=workflow.d.ts.map