declare const store: import("@reduxjs/toolkit").EnhancedStore<{ gasPrice: string; nativePrice: import("./actions").TokenPrices; }, import("./actions").SetGasPriceAction | import("./actions").SetNativePriceAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{ dispatch: import("redux-thunk").ThunkDispatch<{ gasPrice: string; nativePrice: import("./actions").TokenPrices; }, undefined, import("redux").UnknownAction>; }>, import("redux").StoreEnhancer]>>; export default store; //# sourceMappingURL=store.d.ts.map