import Command from '@oclif/command'; export default class ConfigView extends Command { static description: string; static aliases: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }