import type { TreeMapCSVEntry } from '../types/internal.js'; export declare function formatCSV(data: TreeMapCSVEntry[]): string;