import { type SourceMapDevToolPluginOptions } from '@rspack/binding'; export declare const EvalSourceMapDevToolPlugin: { new (options: SourceMapDevToolPluginOptions): { name: string; _args: [options: SourceMapDevToolPluginOptions]; affectedHooks: keyof import("../index.js").CompilerHooks | undefined; raw(compiler: import("../index.js").Compiler): import("@rspack/binding").BuiltinPlugin; apply(compiler: import("../index.js").Compiler): void; }; };