export declare const store: import("@reduxjs/toolkit").EnhancedStore<{ applicationErrors: any; }, import("./actions").ErrorActions, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{ dispatch: import("@reduxjs/toolkit").ThunkDispatch<{ applicationErrors: any; }, undefined, import("redux").UnknownAction>; }>, import("redux").StoreEnhancer]>>; export type RootState = ReturnType; export type AppStore = typeof store; export type AppDispatch = AppStore['dispatch']; //# sourceMappingURL=store.d.ts.map