import type { IAsyncParallel, IComparer, IOrderedParallelEnumerable } from "../../types"; export declare const orderByAsync: (source: IAsyncParallel, keySelector: (x: TSource) => Promise, comparer?: IComparer) => IOrderedParallelEnumerable;