/** * Return the lowest index of `array` where an element can be inserted and maintain its sorted * order. This is a specialization of lodash's sortedIndexBy(). */ export declare function sortedIndexBy(array: [bigint, bigint][], value: bigint, iteratee: (value: bigint) => bigint): number; //# sourceMappingURL=sortedIndexBy.d.ts.map