export declare class ModifyEntryPlugin { config: unknown; constructor(config: any); apply(compiler: any): void; }