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