export declare const SetOps: { /** * a - b */ difference: (a: Set, b: Set) => Set; union: (a: Set, b: Set) => Set; intersetion: (a: Set, b: Set) => Set; }; //# sourceMappingURL=set.d.ts.map