declare type MapValuesFn = (value: S[keyof S], key: keyof S) => R; declare const mapValues: { (source: SourceObject, fn: MapValuesFn): { [P in keyof SourceObject]: PossibleReturnValues; }; REMOVE: {}; }; export { mapValues }; //# sourceMappingURL=mapValues.d.ts.map