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