import { HistogramSeries } from '../types/histogram.js'; export declare function formatCSV(rawData: HistogramSeries[]): string;