import { Command, flags } from '@heroku-cli/command'; export declare class ConfigIndex extends Command { static description: string; static flags: { app: flags.IOptionFlag; remote: flags.IOptionFlag; shell: import("@oclif/parser/lib/flags").IBooleanFlag; json: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }