import { AnalyzerPlugin } from "../types.js"; /** * Biome resolves a configuration from the current directory upward and supports * nested config files. Configuration is therefore legitimate evidence that the * locally declared Biome package is used, while a config without the package is * a precise missing-dependency signal rather than an unused-dependency exception. */ export declare const BiomePlugin: AnalyzerPlugin; export default BiomePlugin;