import { ForgeCommand } from './base.js'; /** * Config Command - View and edit FORGE configuration */ export declare class ConfigCommand extends ForgeCommand { register(): void; execute(options: any): Promise; private setConfigValue; private getConfigValue; private displayConfig; private displaySection; private runInteractiveEditor; } //# sourceMappingURL=config.d.ts.map