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