import type { Command } from 'commander'; import type { GlobalOptions } from '../types.js'; /** Registers the `config` command group for reading and writing CLI configuration. */ export declare function registerConfigCommand(program: Command, globals: () => GlobalOptions): void; //# sourceMappingURL=config.d.ts.map