export function compareAscending(value: any, other: any): 0 | 1 | -1;
