import { AnyAction } from "@reduxjs/toolkit"; import { Action, Dispatch } from "redux"; export declare function useFlexDispatch(): Dispatch;