import { Command, flags } from '@heroku-cli/command'; export default class Login extends Command { static description: string; static aliases: string[]; static flags: { browser: flags.IOptionFlag; sso: import("@oclif/parser/lib/flags").IBooleanFlag; interactive: import("@oclif/parser/lib/flags").IBooleanFlag; 'expires-in': import("@oclif/parser/lib/flags").IOptionFlag; }; run(): Promise; }