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