import { BaseCommand } from '../../base-command.js'; export default class ConfigShow extends BaseCommand { static description: string; static examples: string[]; static flags: { all: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; profile: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; format: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; verbose: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=show.d.ts.map