import { ActionReducer } from '@ngrx/store'; import * as GroupTypeActions from './../actions/group-type.actions'; import { GroupTypeState } from '../states/grouptype.state'; export declare type Action = GroupTypeActions.All; export declare const GroupTypeReducer: ActionReducer;