import type { JsonObj } from '../result.js'; import { BaseCommand } from '../index.js'; export default class Login extends BaseCommand { static description: string; static examples: string[]; static flags: { profile: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; }