import { BaseCommand } from './baseCommand'; export default class Logout extends BaseCommand { static hidden: boolean; static description: string; run(): Promise; }