declare const SetPrototypeEntries: (t: Set) => IterableIterator<[T, T]>; export = SetPrototypeEntries;