export default function lowerBound(array: readonly T[], value: T, comparator: (a: T, b: T) => number): number;