import { Command } from '@oclif/core'; export default class SSHKeyAddCmd extends Command { static description: string; static examples: string[]; static args: { name: import("@oclif/core/lib/interfaces").Arg>; path: import("@oclif/core/lib/interfaces").Arg>; }; static authenticated: boolean; run(): Promise; }