export declare function twoStringSetsAreEqual(a: Set, b: Set): boolean; export declare function twoStringSetsAreDisjoint(a: Set, b: Set): boolean; export declare function findIntersections(a: Set, b: Set): Set; //# sourceMappingURL=set-ops.d.ts.map