/** * * @param a * @param b */ export declare function alphabeticalComparator(a: string, b: string): 0 | -1 | 1;