import { type Tree } from 'text-treeview'; import { type Data } from '../compare-file-sizes'; export declare const addComparisonsToBranches: (tree: Tree[]) => Tree[];