/** * Storion Persist Module * * Provides middleware for persisting store state to external storage. * * @packageDocumentation */ export { persist, persisted, notPersisted, type PersistOptions, type PersistLoadResult, } from './persist'; //# sourceMappingURL=index.d.ts.map