import type { IStoreMechanism, IRecordID } from './shared/types.js'; import { type ILocalStorageStore, LocalStorageStore, type ISessionStorageStore, SessionStorageStore, type IIndexedDBStore, IndexedDBStore } from './stores/index.js'; export { type IStoreMechanism, type IRecordID, type ILocalStorageStore, LocalStorageStore, type ISessionStorageStore, SessionStorageStore, type IIndexedDBStore, IndexedDBStore, };