export declare function valuesApply<K, V, R>(target: Map<K, V>, callbackfn: (value: V) => R): Map<K, R>;
