import { Command, flags as Flags } from '@heroku-cli/command'; export default class Index extends Command { static description: string; static flags: { app: Flags.IOptionFlag; remote: Flags.IOptionFlag; }; run(): Promise; }