export declare function isSorted(arr: Array): 1 | 0 | -1 | undefined;