import type { LocalEmbeddingPreset } from './manifest.js'; /** * The only public local model preset. Every artifact coordinate is immutable; * model installation code must consume this value rather than user input. */ export declare const LOCAL_SMALL_PRESET: LocalEmbeddingPreset; export declare const LOCAL_SMALL_PRESET_MANIFEST_HASH = "85d724217ffdda4333b6c2892f5138754d716f62e08a82cb0093ca5baca24fe4"; //# sourceMappingURL=local-small.d.ts.map