import { type Action, type CaseReducer } from "@reduxjs/toolkit"; import { type ResolvedEntitlements } from "../../types/commonTypes.js"; import { type IEntitlementsState } from "./entitlementsState.js"; type EntitlementsReducer = CaseReducer; export declare const entitlementsReducers: { setEntitlements: EntitlementsReducer<{ payload: ResolvedEntitlements; type: string; }>; }; export {}; //# sourceMappingURL=entitlementsReducers.d.ts.map