/** * Are two sets equal to each other */ export declare function equalSets(a: Set, b: Set): boolean; export declare function setDiff(a: Set, b: Set): Set; //# sourceMappingURL=sets.d.ts.map