import { ActionReducer, Action } from '../models'; export declare function immutabilityCheckMetaReducer(reducer: ActionReducer, checks: { action: (action: Action) => boolean; state: () => boolean; }): ActionReducer;