/** * * @param t1 * @param t2 */ export declare function numericalComparator(t1: string | null, t2: string | null): 0 | -1 | 1;