import { Action, ActionReducer } from '@ngrx/store'; import { ModuleState } from './module.state'; export declare const CLEAR_STORE: import("@ngrx/store").ActionCreator<"[SVM] CLEAR STORE", () => Action<"[SVM] CLEAR STORE">>; export declare function clearState(reducer: ActionReducer): (state: ModuleState, action: Action) => ModuleState;