import type { Command } from "commander"; import type { EmitContext } from "../commander.js"; export declare function registerWorkflowCommand(program: Command, emit: EmitContext): void; //# sourceMappingURL=workflow.d.ts.map