import { AnalyzerPlugin } from "../types.js"; /** * OXLint automatically discovers a known configuration filename in every * directory. Those configs and command-line invocations are real usage evidence * even when no application module imports `oxlint`, which fixes config-only * projects previously being reported as unused. */ export declare const OxlintPlugin: AnalyzerPlugin; export default OxlintPlugin;