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