import { Command } from '@oclif/core';
export default class Auth extends Command {
    static description: string;
    static examples: never[];
    static flags: {};
    static args: {};
    run(): Promise<void>;
}
