export declare function reportFileSizes(fileGlobs: string[], options?: { returnOutput?: boolean; customReporter?: (file: { name: string; path: string; size: string; gzipSize: string; }) => void; }): string;