import * as commander from 'commander';
/** The function that creates the CLI for the <build> command */
export declare function createBuildCommand(): commander.Command;
