/** * Hugging Face (ML models) package reader for package-compatibility discovery. * * Reads YAML frontmatter from model cards in the Hugging Face cache directory. * No detector is provided for this ecosystem. * * @experimental This API is unstable and may change without notice. * @packageDocumentation */ import type { PackageReader } from "./types.js"; /** * Hugging Face model reader. * * Reads YAML frontmatter from model cards in * `~/.cache/huggingface/hub/models--/` and extracts axm metadata. * * @experimental This API is unstable and may change without notice. */ export declare const huggingfaceReader: PackageReader; //# sourceMappingURL=huggingface.d.ts.map