import { Command, flags } from '@heroku-cli/command'; export default class Wait extends Command { static description: string; static flags: { app: flags.IOptionFlag; remote: flags.IOptionFlag; type: flags.IOptionFlag; 'wait-interval': import("@oclif/parser/lib/flags").IOptionFlag; 'with-run': import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }