import { Action, Dispatch as ReduxDispatch } from "redux"; import { ThunkDispatch } from "redux-thunk"; import { RootState } from "./RootState"; export declare type Dispatch = ReduxDispatch & ThunkDispatch;