/** * Public SDK subpath for process-wide singleton and scoped expiring cache helpers. */ export { resolveGlobalMap } from "../shared/global-singleton.js"; export { resolveGlobalSingleton } from "../shared/global-singleton.js"; export { createScopedExpiringIdCache } from "../shared/scoped-expiring-id-cache.js";