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