/** A "do nothing" action that will get fired if the user tries to navigate to an invalid data product. */ export declare const attemptedInvalidDataProduct: import("@ngrx/store").ActionCreator<"[Data Product] Attempted Invalid Data Product", (props: { catalogId: string | undefined; dataProductId: string | undefined; }) => { catalogId: string | undefined; dataProductId: string | undefined; } & import("@ngrx/store/src/models").TypedAction<"[Data Product] Attempted Invalid Data Product">>; export declare const loadDataProduct: import("@ngrx/store").ActionCreator<"[Data Product] Load Data Product", (props: { catalogId: string | undefined; dataProductId: string | undefined; }) => { catalogId: string | undefined; dataProductId: string | undefined; } & import("@ngrx/store/src/models").TypedAction<"[Data Product] Load Data Product">>; export declare const loadSupportedOperations: import("@ngrx/store").ActionCreator<"[Data Product] Load Supported Operations", () => import("@ngrx/store/src/models").TypedAction<"[Data Product] Load Supported Operations">>; export declare const loadVariableCount: import("@ngrx/store").ActionCreator<"[Data Product] Load Variable Count", () => import("@ngrx/store/src/models").TypedAction<"[Data Product] Load Variable Count">>;