export declare class UtilityHelper { arrayIntersect(a: T[], b: T[]): T[]; }