/** Workflow command dispatch after the v2 runtime retirement. */ export declare function cmdWorkflow(sub: string, rest: string[]): Promise; /** * `template` is now an offline retirement namespace only. It never reads or * drives legacy run state except through the explicit migration/archive tools. */ export declare function cmdTemplate(sub: string, rest: string[]): Promise; //# sourceMappingURL=workflow.d.ts.map