declare const MapPrototypeEntries: (t: Map) => IterableIterator<[K, V]>; export = MapPrototypeEntries;