export declare const getRootCatalog: import("@ngrx/store").ActionCreator<"[Data Product] Get Root Catalog", () => import("@ngrx/store/src/models").TypedAction<"[Data Product] Get Root Catalog">>; export declare const getVariableCount: import("@ngrx/store").ActionCreator<"[Data Product] Get Variable Count", () => import("@ngrx/store/src/models").TypedAction<"[Data Product] Get Variable Count">>; export declare const selectDataProduct: import("@ngrx/store").ActionCreator<"[Data Product] Select Data Product", (props: { catalogId: string; dataProductId: string; }) => { catalogId: string; dataProductId: string; } & import("@ngrx/store/src/models").TypedAction<"[Data Product] Select Data Product">>; export declare const initialized: import("@ngrx/store").ActionCreator<"[Data Product] Initialized", () => import("@ngrx/store/src/models").TypedAction<"[Data Product] Initialized">>;