import commander from 'commander'; /** * Run Module */ export declare function makeRunCommands(program: commander.Command): void;