import { Command } from 'commander';
export declare function registerWorkflowCommands(program: Command): void;
