import { HistogramBin } from '../../../types/histogram.js'; export declare const isBinWithinRange: (bin: HistogramBin, from: number, to: number) => boolean;