import * as commander from 'commander';
/** Creates the CLI <dev> command */
export declare function createDevCommand(): commander.Command;
/** Prepare all the configs for the dev command */
export declare function devPreparation(program: commander.OptionValues): Promise<void>;
