import { Store } from "./types.js";
/**
* Store using memory
*
* @example
*
* import { memoryStore } from 'react-admin';
*
* const App = () => (
*
* ...
*
* );
*/
export declare const memoryStore: (initialStorage?: Record) => Store;
//# sourceMappingURL=memoryStore.d.ts.map