/** Returns whether two sets are equal. */ export declare function isSetEqual(a: Set, b: Set): boolean;