declare function mapValues(object: T, mapperFunction: (value: T[keyof T], key: keyof T) => V): Record; export { mapValues as m };