import { CommandBase } from './support/CommandBase'; export declare class ScaffoldTemplateCommand extends CommandBase { run(options: any): Promise; }