import { ViewColumnState } from "../../../../../application-controller/store/states/view-col.states"; export declare const cacheAgingPeriod: import("@ngrx/store").ActionCreator<"[View Cache] Cache Aging Period", (props: { cache: ViewColumnState; }) => { cache: ViewColumnState; } & import("@ngrx/store/src/models").TypedAction<"[View Cache] Cache Aging Period">>;