/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */import{Compiler}from'webpack';import{HashFormat}from'../models/webpack-configs/utils';exportinterfaceRemoveHashPluginOptions{chunkNames:string[];hashFormat:HashFormat;}exportdeclareclassRemoveHashPlugin{privateoptions;constructor(options:RemoveHashPluginOptions);apply(compiler:Compiler):void;}