export declare const mapSet: (set: Set, mapFn: (value: T) => R) => Set;