export declare const forEach: <K, V>(callbackFn: (value: V, key: K, map: Map<K, V>) => void) => (map: Map<K, V>) => void;
