import yargs from 'yargs';
/**
 * Shows nestjs-i18n version.
 */
export declare class VersionCommand implements yargs.CommandModule {
    command: string;
    describe: string;
    protected static executeCommand(command: string): Promise<string>;
    handler(): Promise<void>;
}
