import * as commander from 'commander';
/** The function that creates the CLI for the [generate] command */
export declare function createVersionCommand(): commander.Command;
