/** * Noah — Temporal State Store (Re-export) * * Re-exports the abstract interface for external consumers. */ export type { TemporalStateStore, JsonStoreConfig } from './types.js'; //# sourceMappingURL=temporal-state-store.d.ts.map