/** * Formatting helpers for tokens:stats command. * Extracted from tokensStats.ts for max-lines compliance. */ import type { RunCompressionStats, AggregateStats } from "./tokensStats"; export declare function supportsColors(): boolean; export declare function printSingleRunTable(stats: RunCompressionStats, useColors: boolean): void; export declare function printAggregateTable(agg: AggregateStats, useColors: boolean): void; //# sourceMappingURL=tokensStatsFormatting.d.ts.map