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