/** * Shared taggable resource lookup — loads from the generated lexicon JSON. * * Lazy-loaded and cached for the lifetime of the process. */ /** * Load taggable resource types from the lexicon JSON. * Result is cached after first call. */ export declare function loadTaggableResources(): Set; //# sourceMappingURL=taggable.d.ts.map