import { Linter, Plugin } from '@rsdoctor/types'; import type { experiments } from '@rspack/core'; import { RsdoctorPluginInstance } from '../../types/index.js'; export declare function applyRspackNativePlugin(compiler: Plugin.BaseCompiler, plugin: RsdoctorPluginInstance, RsdoctorRspackPlugin: typeof experiments.RsdoctorPlugin): void;