import { CliCommand } from '../command'; export default class Auth extends CliCommand { static description: string; static flags: { key: import("@oclif/core/lib/interfaces").OptionFlag; host: import("@oclif/core/lib/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=auth.d.ts.map