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