export declare class SetUtils { static equals(set: Set, obj: any): boolean; static addArray(set: Set, items: any[]): void; static merge(set: Set, other: Set): void; }