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