import webpack from 'webpack';
declare class EventHooksPlugin {
    private readonly hooks;
    constructor(hooks: typeof this.hooks);
    apply(compiler: webpack.Compiler): void;
}
export default EventHooksPlugin;
