export declare function arrayComparator(a: T[], b: T[]): 1 | -1 | 0;