import { Logger } from 'typescript-log'; import webpack from 'webpack'; export declare const webpackStatsConfig: webpack.Stats.ToStringOptionsObject; export declare const printWebpackStats: (log: Logger, stats: webpack.Stats) => void; export declare const webpackPromise: (log: Logger, config: webpack.Configuration) => Promise;