Version: 0.0.10.0.20.0.30.0.40.1.00.1.20.1.30.1.40.1.50.1.60.1.70.1.80.1.90.2.00.2.10.2.20.2.30.2.4
import { ActionReducer, Action } from '@ngrx/store';
/**
* Meta-reducer that prevents state from being mutated anywhere in the app.
*/
export declare function storeFreeze<T, V extends Action = Action>(reducer: ActionReducer<T, V>): ActionReducer<T, V>;