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