export declare function sort<I>(set: Set<I>, compareFn?: ((a: I, b: I) => number)): Set<I>;
//# sourceMappingURL=sort.d.ts.map