/** * Shows typeorm version. */ export declare class VersionCommand { command: string; describe: string; handler(argv: any): Promise; protected static executeCommand(command: string): Promise; }