declare const SetPrototypeForEach: (t: Set, callbackfn: (value: T, value2: T, set: Set) => void, thisArg?: any) => void; export = SetPrototypeForEach;