/**
 * Fork of https://github.com/clessg/progress-bar-webpack-plugin
 * but with TS
 */
import { ProgressPlugin } from 'webpack';
export default class ExpoProgressBarPlugin extends ProgressPlugin {
    constructor();
}