export declare function hasSubset(array1: any[], array2: any[]): boolean; export declare function intersects(array1: any[], array2: any[]): boolean;