export declare function intersect(a: Array, b: Array): Set; export declare function match(arr1: Array, arr2: Array): boolean;