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