export declare function isSorted(list: Array, comparator: (a: T, b: T) => number): boolean;