export declare function union(...sets: Set[]): Set; export declare function intersection(set: Set, ...sets: Set[]): Set; export declare function difference(set: Set, ...sets: Set[]): Set; //# sourceMappingURL=set.d.ts.map