import * as commander from 'commander';
/** Creates the CLI <deploy> command */
export declare function createDeployCommand(): commander.Command;
