/** Pure barrel — re-exports only side-effect-free modules */ export { type ISerializedSmartAssetMap, DeserializeSmartAssetMap, ResolveAssetUrl, ReadJsonSourceAsync } from "./smartAssetSerializer.js"; export * from "./smartAssetManager.pure.js";