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