import type { AnalyzerPlugin } from "../types.js"; /** * Recognizes Yarn Plug'n'Play projects while deliberately treating `.pnp.cjs` * as data. Resolution of filesystem-visible unplugged manifests is performed * by Layer 6; the plugin only establishes the package-manager contract and * protects the metadata files that define it. */ export declare const YarnPnpPlugin: AnalyzerPlugin; export default YarnPnpPlugin;