import { Action } from '@ngrx/store'; import { ViewCacheState } from '../states/view-cache.states'; export declare const branchSettingsViewCacheFeatureKey = "branchSettingsViewCache"; export declare const viewCacheReducer: import("@ngrx/store").ActionReducer; export declare function reducer(state: ViewCacheState | undefined, action: Action): ViewCacheState;