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