import { IMutateValue } from '../CacheTypes';
export declare function mutateValues(set: (value: any) => any, get: (value: any) => any): IMutateValue;
//# sourceMappingURL=mutateValues.d.ts.map