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