declare const MapPrototypeForEach: (t: Map, callbackfn: (value: V, key: K, map: Map) => void, thisArg?: any) => void; export = MapPrototypeForEach;