export declare function intersect(first: Iterable, second: Iterable, compare?: (x: T, y: T) => boolean): Iterable;