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