import { ThunkAction } from "redux-thunk"; import { Action } from "redux"; import { RootState } from "./RootState"; export declare type AppThunkAction = ThunkAction;