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