import { Command } from '@oclif/core'; export default class Logout extends Command { static args: {}; static description: string; static examples: any[]; static flags: { path: import("@oclif/core/interfaces").OptionFlag; }; private botonicApiService; run(): Promise; }