export declare const sortAsync: <T>(this: Iterable<T>, comparer?: import("..").Comparer<T> | undefined) => any;
