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