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