export declare const halfInt: (x: number) => number; export declare const binarySearch: (sortedArray: readonly number[], x: number) => number;