import type { TreeMapCSVEntry } from '../types/internal.js'; export declare function formatCSV(data: TreeMapCSVEntry[]): string; //# sourceMappingURL=format-csv.d.ts.map