import { Command } from '@heroku-cli/command'; export default class AuthToken extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }