import type { Compiler } from '@rspack/core'; import HtmlWebpackPlugin from 'html-webpack-plugin'; import type { InjectTagsType } from '../../types/config'; export { HtmlWebpackPlugin }; export declare function getPolyfillEntry(): string; export declare class EmpPolyfillPlugin { constructor(); apply(compiler: Compiler): void; } export declare class HtmlEmpInjectPlugin { PluginName: string; chunk: string; files: InjectTagsType; constructor(files: InjectTagsType, name?: string, chunk?: string); apply(compiler: any): void; }