export declare function forEach(map?: Map | ReadonlyMap, callback?: (value?: V, key?: K) => void): void;