import { type IAsyncParallel, type IEqualityComparer, type IParallelEnumerable } from "../../types"; export declare const intersect: (first: IParallelEnumerable, second: IAsyncParallel, comparer?: IEqualityComparer) => IParallelEnumerable;