import { Command, flags } from '@heroku-cli/command'; export default class CiIndex extends Command { static description: string; static examples: string[]; static flags: { watch: import("@oclif/parser/lib/flags").IBooleanFlag; pipeline: flags.IOptionFlag; json: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }