import { type Reducer } from "@reduxjs/toolkit"; import { type CatalogState } from "./catalogState.js"; export declare const catalogSliceReducer: Reducer; /** * @internal */ export declare const catalogActions: { setCatalogItems: import("@reduxjs/toolkit").ActionCreatorWithPayload; setCatalogMeasuresAndFacts: import("@reduxjs/toolkit").ActionCreatorWithPayload; addAttributeHierarchy: import("@reduxjs/toolkit").ActionCreatorWithPayload; updateAttributeHierarchy: import("@reduxjs/toolkit").ActionCreatorWithPayload; deleteAttributeHierarchy: import("@reduxjs/toolkit").ActionCreatorWithPayload; setCatalogParameters: import("@reduxjs/toolkit").ActionCreatorWithPayload; setCatalogMeasureParameters: import("@reduxjs/toolkit").ActionCreatorWithPayload; }; //# sourceMappingURL=index.d.ts.map