export declare const ElectronTargetPlugin: { new (context?: string | undefined): { name: string; _args: [context?: string | undefined]; affectedHooks: keyof import("../index.js").CompilerHooks | undefined; raw(compiler: import("../index.js").Compiler): import("@rspack/binding").BuiltinPlugin; apply(compiler: import("../index.js").Compiler): void; }; };