import { Command } from '@oclif/command'; export declare class GenerateSSHKeyPairs extends Command { static description: string; readonly DEFAULT_TYPE: string; readonly DEFAULT_BITS: number; run(): Promise; runCommand(): Promise; private getFilePath; private isWindowsOs; private getHomeDirectory; }