import { InMemoryStore } from './types'; export declare const createStore: () => InMemoryStore; //# sourceMappingURL=createStore.d.ts.map