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