import { AnalyzerPlugin } from "../types.js"; /** * Cypress projects commonly have no source import from `cypress`: the CLI loads * a project config and test tree directly. Config and command evidence therefore * retain a declared Cypress package; an absent package produces a finding rather * than a fictitious usage mark. */ export declare const CypressPlugin: AnalyzerPlugin; export default CypressPlugin;