import { BaseCommand } from '../index.js'; import { JsonObj } from '../result.js'; export declare const REFERENCE: string; export default class ConfigSchema extends BaseCommand { static description: string; static examples: string[]; static flags: { 'json-schema': import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; }