import { CommandRunner } from 'nest-commander'; export declare class Version extends CommandRunner { run(): Promise; private executeCommand; }