import { Command } from '@heroku-cli/command'; export default class Auth2faGenerate extends Command { static description: string; static aliases: string[]; static example: string; run(): Promise; }