import { ProgressPlugin as OriginalProgressPlugin } from 'webpack';
/**
 * Fork of https://github.com/clessg/progress-bar-webpack-plugin
 * but with TypeScript support.
 *
 * @category plugins
 * @internal
 */
export default class ProgressPlugin extends OriginalProgressPlugin {
    constructor();
}
