import { Command } from "commander"; export declare function configGetCommand(key: string | undefined): void; export declare function configSetCommand(key: string, value: string): void; export declare function registerConfigCommand(program: Command): void; //# sourceMappingURL=config.d.ts.map