declare const SetPrototypeHas: (t: Set, value: T) => boolean; export = SetPrototypeHas;