import * as commander from 'commander';
/** Creates the CLI publish command */
export declare function createPublishCommand(): commander.Command;
