import { CommanderStatic } from 'commander'; import { AbstractCommand } from './abstract.command'; export declare class GenerateCommand extends AbstractCommand { load(program: CommanderStatic): Promise; private buildDescription; private buildSchematicsListAsTable; private getCollection; private getSchematics; }