declare const rootReducer: import("redux").Reducer<{ accept: import("@theme/ApiExplorer/Accept/slice").State; contentType: import("@theme/ApiExplorer/ContentType/slice").State; encodingSelection: import("@theme/ApiExplorer/EncodingSelection/slice").State; response: import("@theme/ApiExplorer/Response/slice").State; server: import("@theme/ApiExplorer/Server/slice").State; body: import("@theme/ApiExplorer/Body/slice").FormBody | import("@theme/ApiExplorer/Body/slice").RawBody | import("@theme/ApiExplorer/Body/slice").EmptyBody; params: import("@theme/ApiExplorer/ParamOptions/slice").State; auth: import("@theme/ApiExplorer/Authorization/slice").AuthState; schemaSelection: import("@theme/ApiExplorer/SchemaSelection/slice").SchemaSelectionState; }, import("redux").UnknownAction, Partial<{ accept: import("@theme/ApiExplorer/Accept/slice").State | undefined; contentType: import("@theme/ApiExplorer/ContentType/slice").State | undefined; encodingSelection: import("@theme/ApiExplorer/EncodingSelection/slice").State | undefined; response: import("@theme/ApiExplorer/Response/slice").State | undefined; server: import("@theme/ApiExplorer/Server/slice").State | undefined; body: import("@theme/ApiExplorer/Body/slice").FormBody | import("@theme/ApiExplorer/Body/slice").RawBody | import("@theme/ApiExplorer/Body/slice").EmptyBody | undefined; params: import("@theme/ApiExplorer/ParamOptions/slice").State | undefined; auth: import("@theme/ApiExplorer/Authorization/slice").AuthState | undefined; schemaSelection: import("@theme/ApiExplorer/SchemaSelection/slice").SchemaSelectionState | undefined; }>>; export type RootState = ReturnType; export declare const createStoreWithState: (preloadedState: RootState, middlewares: any[]) => import("@reduxjs/toolkit").EnhancedStore<{ accept: import("@theme/ApiExplorer/Accept/slice").State; contentType: import("@theme/ApiExplorer/ContentType/slice").State; encodingSelection: import("@theme/ApiExplorer/EncodingSelection/slice").State; response: import("@theme/ApiExplorer/Response/slice").State; server: import("@theme/ApiExplorer/Server/slice").State; body: import("@theme/ApiExplorer/Body/slice").FormBody | import("@theme/ApiExplorer/Body/slice").RawBody | import("@theme/ApiExplorer/Body/slice").EmptyBody; params: import("@theme/ApiExplorer/ParamOptions/slice").State; auth: import("@theme/ApiExplorer/Authorization/slice").AuthState; schemaSelection: import("@theme/ApiExplorer/SchemaSelection/slice").SchemaSelectionState; }, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{ dispatch: import("redux-thunk").ThunkDispatch<{ accept: import("@theme/ApiExplorer/Accept/slice").State; contentType: import("@theme/ApiExplorer/ContentType/slice").State; encodingSelection: import("@theme/ApiExplorer/EncodingSelection/slice").State; response: import("@theme/ApiExplorer/Response/slice").State; server: import("@theme/ApiExplorer/Server/slice").State; body: import("@theme/ApiExplorer/Body/slice").FormBody | import("@theme/ApiExplorer/Body/slice").RawBody | import("@theme/ApiExplorer/Body/slice").EmptyBody; params: import("@theme/ApiExplorer/ParamOptions/slice").State; auth: import("@theme/ApiExplorer/Authorization/slice").AuthState; schemaSelection: import("@theme/ApiExplorer/SchemaSelection/slice").SchemaSelectionState; }, undefined, import("redux").UnknownAction>; }>, import("redux").StoreEnhancer]>>; export declare const createStoreWithoutState: (preloadedState: {}, middlewares: any[]) => import("@reduxjs/toolkit").EnhancedStore<{ accept: import("@theme/ApiExplorer/Accept/slice").State; contentType: import("@theme/ApiExplorer/ContentType/slice").State; encodingSelection: import("@theme/ApiExplorer/EncodingSelection/slice").State; response: import("@theme/ApiExplorer/Response/slice").State; server: import("@theme/ApiExplorer/Server/slice").State; body: import("@theme/ApiExplorer/Body/slice").FormBody | import("@theme/ApiExplorer/Body/slice").RawBody | import("@theme/ApiExplorer/Body/slice").EmptyBody; params: import("@theme/ApiExplorer/ParamOptions/slice").State; auth: import("@theme/ApiExplorer/Authorization/slice").AuthState; schemaSelection: import("@theme/ApiExplorer/SchemaSelection/slice").SchemaSelectionState; }, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{ dispatch: import("redux-thunk").ThunkDispatch<{ accept: import("@theme/ApiExplorer/Accept/slice").State; contentType: import("@theme/ApiExplorer/ContentType/slice").State; encodingSelection: import("@theme/ApiExplorer/EncodingSelection/slice").State; response: import("@theme/ApiExplorer/Response/slice").State; server: import("@theme/ApiExplorer/Server/slice").State; body: import("@theme/ApiExplorer/Body/slice").FormBody | import("@theme/ApiExplorer/Body/slice").RawBody | import("@theme/ApiExplorer/Body/slice").EmptyBody; params: import("@theme/ApiExplorer/ParamOptions/slice").State; auth: import("@theme/ApiExplorer/Authorization/slice").AuthState; schemaSelection: import("@theme/ApiExplorer/SchemaSelection/slice").SchemaSelectionState; }, undefined, import("redux").UnknownAction>; }>, import("redux").StoreEnhancer]>>; export type AppDispatch = ReturnType["dispatch"]; export {};