export default class ProgressBarPlugin { private stream; private enabled; private summaryContent; private customSummary; private barOptions; private bar; constructor(options?: any); apply(compiler: any): void; }