import { SafeInt } from 'ts-data-forge'; import { type NegativeInt32, type Uint32 } from 'ts-type-forge'; export declare const halfInt: (x: SafeInt) => SafeInt; /** Returns the position where x should be inserted in a sorted array. */ export declare const binarySearch: (sortedArray: readonly N[], x: N) => NegativeInt32 | Uint32; //# sourceMappingURL=utils.d.mts.map