import { AnalyzerPlugin } from "../types.js"; /** * Vitest loads test environments from configuration rather than a source * import. This plugin checks statically readable config before package-use * analysis and emits a diagnostic when the configured environment or coverage * provider is not declared. */ export declare const VitestPlugin: AnalyzerPlugin; export default VitestPlugin;