export declare const addAll: (set: Set, iterable: Iterable) => void; export declare const isEqual: (setA: Set, setB: Set) => boolean;