/** * SDK Catalog Manager - Central Registry * * Barrel re-export — split into domain modules under registry/. * Do NOT import directly from registry/ sub-files in consumers; * always import from this barrel to preserve the stable public path. */ export * from './registry/registry-dsfa' export * from './registry/registry-vendor' export * from './registry/registry-reference' export * from './registry/registry-api'