/** * cachly config – get/set/list/unset/path for ~/.cachly/config.json */ import { Command } from 'commander'; export declare function configCommand(): Command; //# sourceMappingURL=config-cmd.d.ts.map