import { TrackingPromise } from "../utils/helpers"; export declare const storeInstance: { actions: any; reducer?: any; }; export declare const promiseMap: Map>; interface StoreContext { changes?: any[]; } export declare function getStore(initialState?: any, context?: StoreContext): { actions: any; reducer?: any; }; export default getStore; //# sourceMappingURL=storeSlice.d.ts.map