import { ViewColumnState } from '../../../../../application-controller/store/states/view-col.states'; export declare const cacheClientSidePermission: import("@ngrx/store").ActionCreator<"[View Cache] Cache Client Side Permission", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Client Side Permission">>; export declare const cachePermissionSet: import("@ngrx/store").ActionCreator<"[View Cache] Cache Permission Set", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Permission Set">>; export declare const cachePermissionWizard: import("@ngrx/store").ActionCreator<"[View Cache] Cache Permission Wizard", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Permission Wizard">>; export declare const cacheUserPermission: import("@ngrx/store").ActionCreator<"[View Cache] Cache User Permission", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache User Permission">>; export declare const cacheTeamPermission: import("@ngrx/store").ActionCreator<"[View Cache] Cache Team Permission", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Team Permission">>; export declare const cacheRolePermission: import("@ngrx/store").ActionCreator<"[View Cache] Cache Role Permission", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Role Permission">>; export declare const cacheFieldConfiguration: import("@ngrx/store").ActionCreator<"[View Cache] Cache Field Configuration", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Field Configuration">>; export declare const cacheRolePricingSchemeLink: import("@ngrx/store").ActionCreator<"[View Cache] Cache Role Pricing Scheme Link", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Role Pricing Scheme Link">>; export declare const appletAuditTrail: import("@ngrx/store").ActionCreator<"[View Cache] Cache Applet Audit Trail", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Applet Audit Trail">>;