import { ErrorMessageDetails } from '@mtna/lib-ui'; import { Catalog } from '@mtna/pojo-consumer-ui'; export declare const getRootCatalogSuccess: import("@ngrx/store").ActionCreator<"[Data Product/API] Get Root Catalog Success", (props: { catalog: Catalog; }) => { catalog: Catalog; } & import("@ngrx/store/src/models").TypedAction<"[Data Product/API] Get Root Catalog Success">>; export declare const getRootCatalogFailure: import("@ngrx/store").ActionCreator<"[Data Product/API] Get Root Catalog Failure", (props: { error: ErrorMessageDetails; }) => { error: ErrorMessageDetails; } & import("@ngrx/store/src/models").TypedAction<"[Data Product/API] Get Root Catalog Failure">>; export declare const getVariableCountSuccess: import("@ngrx/store").ActionCreator<"[Data Product/API] Get Variable Count Success", (props: { numberOfVariables: number; }) => { numberOfVariables: number; } & import("@ngrx/store/src/models").TypedAction<"[Data Product/API] Get Variable Count Success">>; export declare const getVariableCountFailure: import("@ngrx/store").ActionCreator<"[Data Product/API] Get Variable Count Failure", (props: { error: ErrorMessageDetails; }) => { error: ErrorMessageDetails; } & import("@ngrx/store/src/models").TypedAction<"[Data Product/API] Get Variable Count Failure">>;