import type { Plugin, Compiler } from 'webpack'; export declare class HashOutputPlugin implements Plugin { private readonly validateOutput; private readonly validateOutputRegex; constructor({ validateOutput, validateOutputRegex }?: { validateOutput?: boolean | undefined; validateOutputRegex?: RegExp | undefined; }); apply(compiler: Compiler): void; } //# sourceMappingURL=HashOutputPlugin.d.ts.map