/**
 * @public
 */
export type TGetComparisonValueAtIndex<T> = (indexable: T, index: number) => number;
//# sourceMappingURL=binary-find-insertion-index.d.ts.map