import type { Stats } from '../../types'; export declare function buildStats(root: string, files: string[]): Stats;