/** * ghls config — get/set configuration values. */ import type { Command } from 'commander'; export declare function registerConfig(program: Command): void; //# sourceMappingURL=config.d.ts.map