import { Command } from "@oclif/core"; export default class Logout extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/core/lib/interfaces").BooleanFlag; }; static args: {}; run(): Promise; }