import { AnalyzerPlugin } from "../types.js"; /** * Jest configurations and scripts are valid runtime evidence even when a test * project has no direct source import from `jest`. Generic test globals are not * used as dependency evidence because Vitest and other runners share them. */ export declare const JestPlugin: AnalyzerPlugin; export default JestPlugin;