import { TypedUseSelectorHook } from "react-redux"; import type { RootState } from "./store"; export declare const useTypedDispatch: () => import("redux-thunk").ThunkDispatch<{ accept: import("../ApiExplorer/Accept/slice").State; contentType: import("../ApiExplorer/ContentType/slice").State; encodingSelection: import("../ApiExplorer/EncodingSelection/slice").State; response: import("../ApiExplorer/Response/slice").State; server: import("../ApiExplorer/Server/slice").State; body: import("../ApiExplorer/Body/slice").FormBody | import("../ApiExplorer/Body/slice").RawBody | import("../ApiExplorer/Body/slice").EmptyBody; params: import("../ApiExplorer/ParamOptions/slice").State; auth: import("../ApiExplorer/Authorization/slice").AuthState; schemaSelection: import("../ApiExplorer/SchemaSelection").SchemaSelectionState; }, undefined, import("redux").UnknownAction> & import("redux").Dispatch; export declare const useTypedSelector: TypedUseSelectorHook;