import { AuthCommand } from './authCommand'; export default class Switch extends AuthCommand { static hidden: boolean; static idempotent: boolean; static description: string; static flags: { 'account-id': import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }