export declare function mapValues(this: T, fn: (value: T[U], key: U, object: T) => V): object & Object & { [K in U]: V; };