import { Command, flags } from '@heroku-cli/command'; export default class ReviewappsEnable extends Command { static description: string; static examples: string[]; static flags: { app: flags.IOptionFlag; remote: flags.IOptionFlag; pipeline: flags.IOptionFlag; autodeploy: import("@oclif/parser/lib/flags").IBooleanFlag; autodestroy: import("@oclif/parser/lib/flags").IBooleanFlag; 'wait-for-ci': import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }