export function maxCompare<T>(init: Fn0<T>, cmp?: Comparator<T>): Reducer<T, T>;