import { ActionReducer } from '@ngrx/store';
import * as WIStateActions from './../actions/work-item-state.actions';
import { WIState } from './../states/work-item-state.state';
export declare type Action = WIStateActions.All;
export declare const WorkItemStateReducer: ActionReducer<WIState>;