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