export declare const mapValues: (object: Record, predicate: (item: ItemType, key: KeyType_1, index: number) => ResultType) => Record;