import type { TreeMapRootNode } from '../types/treemap.js'; export declare const buildAndDownloadCsv: (tree: TreeMapRootNode) => void;