export type { SetFailure, SetResult, SetSuccess, StoreErrorCode, StoreFailureKind, } from './result.types.js'; export type { PrototypeInMemoryStoreConfig } from './config.types.js'; export type { PrototypeInMemoryStats } from './stats.types.js'; export type { Snapshot } from './snapshot.types.js'; //# sourceMappingURL=index.d.ts.map