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