type ArrayIntersectionElement = string | number; export declare function arrayIntersection(firstArray: TElement[], secondArray: TElement[]): TElement[]; export {}; //# sourceMappingURL=array-intersection.d.ts.map