import { type Data } from '../compare-file-sizes'; import { type OutputFormat } from './generate-tree'; export declare const formatLabel: (filename: string, { isIncreased, changeInSize, added, removed }: Pick, outputFormat: OutputFormat) => string;