export { GlobalKeyValueStore, KeyValueStore, KeyValueStoreRepository, KeyValueStorageOperations } from "./abstractions.js"; export { KeyNotFoundError, KeyValueStorageError } from "./errors.js";