import type { AnalyzerPlugin } from "../types.js"; /** * Makes package-manager catalog metadata first-class analysis input. The * dependency audit handles references in manifests and scripts; this plugin * ensures the catalog declaration itself is retained and visible to users. */ export declare const PackageCatalogPlugin: AnalyzerPlugin; export default PackageCatalogPlugin;