import { Command } from '@oclif/core'; export default class AccountSwitch extends Command { static description: string; static args: { name: import("@oclif/core/lib/interfaces").Arg>; }; static examples: string[]; run(): Promise; } //# sourceMappingURL=switch.d.ts.map