import { Command } from "@oclif/core"; export default class Auth extends Command { static description: string; static enableJsonFlag: boolean; static examples: { command: string; description: string; }[]; static hidden: boolean; run(): Promise; }