export declare function setIntersection(a: Iterable, b: Set): Set; export declare function setDifference(a: Iterable, b: Iterable): Set;