import { ActionReducer } from '../types/action-reducer.type'; import { Action } from '../types/action.types'; export declare const onAction: (action: V, reducer: (state: S, action: V) => S) => ActionReducer;