import webpack from 'webpack'; export default class implements webpack.Plugin { private outputFileName; constructor({ outputFileName }: { outputFileName: string; }); apply(compiler: webpack.Compiler): void; } //# sourceMappingURL=html-rendering-data-plugin.d.ts.map