import { IterableX } from '../iterable'; export declare function intersect(first: Iterable, second: Iterable, comparer?: (x: TSource, y: TSource) => boolean): IterableX;