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