import { ActionReducer } from '@ngrx/store';
import * as CollaboratorActions from './../actions/collaborator.actions';
import { CollaboratorState } from './../states/collaborator.state';
export declare type Action = CollaboratorActions.All;
export declare const CollaboratorReducer: ActionReducer<CollaboratorState>;
