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