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