export * from "./instancedMesh.types.js"; /** * Re-exports pure implementation and applies runtime side effects. * Import instancedMesh.pure for tree-shakeable, side-effect-free usage. */ export * from "./instancedMesh.pure.js";