export type BundleInfoOptions = { version?: string; bundler?: string; force?: boolean | string[]; }; export declare const BundlerInfoRspackPlugin: { new (options: BundleInfoOptions): { name: string; _args: [options: BundleInfoOptions]; affectedHooks: keyof import("../index.js").CompilerHooks | undefined; raw(compiler: import("../index.js").Compiler): import("@rspack/binding").BuiltinPlugin; apply(compiler: import("../index.js").Compiler): void; }; };