/** * `@hypersoniclabs/helix-cli/glb` — shared GLB pipeline modules. * * The extraction target for the parser/optimizer code that was duplicated * verbatim between helix-backend-api and universal-item-validator-worker * (plan: helix-backend-api PR #726). `glb-summary` moved first — it is pure * and dependency-free. `asset-verification` and `optimize-glb` follow once * their host config/logger coupling is inverted into injected arguments. */ export { GlbParseError, summarizeGlb, type GlbBoundingBox, type GlbSummary, type GlbTextureInfo, } from './glb-summary';