export declare function mapValues, U>(src: T, mapper: (v: V) => U): Record;