import { type Data } from '../compare-file-sizes/index.js'; export type OutputFormat = 'html' | 'console'; export declare const generateTree: (data: Data[], outputFormat: OutputFormat) => string;