import { type Action, type AnyAction, type CaseReducer } from "@reduxjs/toolkit"; import { type SavingState } from "./savingState.js"; type SavingReducer = CaseReducer; export declare const savingReducers: { setSavingStart: SavingReducer; setSavingSuccess: SavingReducer; setSavingError: SavingReducer<{ payload: Error; type: string; }>; }; export {}; //# sourceMappingURL=savingReducers.d.ts.map