import { HistogramBin } from '../../../types/histogram.js'; export declare const isBinWithinRange: (bin: HistogramBin, from: number, to: number) => boolean; //# sourceMappingURL=is-bin-within-range.d.ts.map