import type { Value } from './../index.js'; export declare function mapValues(obj: Obj, mapping: (value: Value) => B): Record; //# sourceMappingURL=mapValues.d.ts.map