import { IMutateKey } from '../CacheTypes';
export declare function mutateKeys(set: (key: string) => string | null, get: (key: string) => string | null): IMutateKey;
//# sourceMappingURL=mutateKeys.d.ts.map