export default chromInfoBisector; declare const chromInfoBisector: (array: ArrayLike<{ pos: number; }>, x: any, lo?: number, hi?: number) => number;