export type TuiComparator<T> = (a: T, b: T) => number;
