import webpack from 'webpack'; export declare type Asset = { folder: string; name: string; size: number; gzipSize: number; }; export declare function printBundleSizeSuggestion(): void; export declare function printClientBuildResult(webpackStats: webpack.Stats, cwd?: string): void; export declare function printServerBuildResult(webpackStats: webpack.Stats, cwd?: string): void; export declare function printBuildResult({ webpackStats, cwd, }: { webpackStats: [webpack.Stats, webpack.Stats]; cwd?: string; }): void; //# sourceMappingURL=print-build-results.d.ts.map