export declare class EntityCreateCommand { command: string; describe: string; builder(yargs: any): any; handler(argv: any): Promise; protected static getTemplate(name: string): string; }