import { CaseReducer } from "@reduxjs/toolkit"; import { RequestsSliceState, RequestAction } from "./"; export declare const setReducer: CaseReducer;