import { type RawOccurrenceChunkIdsPluginOptions } from '@rspack/binding'; export declare const OccurrenceChunkIdsPlugin: { new (options?: RawOccurrenceChunkIdsPluginOptions | undefined): { name: string; _args: [options?: RawOccurrenceChunkIdsPluginOptions | 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; }; };