import { Command } from '@oclif/core'; export declare class GenerateClientRest extends Command { static description: string; static flags: { 'client-type': import("@oclif/core/lib/interfaces").OptionFlag; 'output-path': import("@oclif/core/lib/interfaces").OptionFlag; }; private supportedClientTypes; run(): Promise; private convertToZip; private getSupportedClientTypes; private getJavaVersion; }