import { ChartInternalShallowDataShape } from './types';

/**
 * Build a histogram given data set.
 */
export declare function buildBins(xScale: any, thresholds: any, data: any[]): ChartInternalShallowDataShape[];
