import { type Action, type CaseReducer } from "@reduxjs/toolkit"; import { type IUser } from "@gooddata/sdk-model"; import { type UserState } from "./userState.js"; type UserReducers = CaseReducer; export declare const userReducers: { setUser: UserReducers<{ payload: IUser; type: string; }>; }; export {}; //# sourceMappingURL=userReducers.d.ts.map