import type { TreeMapRootNode } from '../types/treemap.js'; export declare const buildAndDownloadCsv: (tree: TreeMapRootNode) => void; //# sourceMappingURL=build-and-download-csv.d.ts.map