import Command, { flags } from './../../base'; export default class AccountSupport extends Command { static description: string; static flags: flags.Input; run(this: any): Promise; }