import { ActionReducer } from '@ngrx/store';
import * as LinkTypeActions from './../actions/link-type.actions';
import { LinkTypeState } from './../states/link-type.state';
export declare type Action = LinkTypeActions.All;
export declare const LinkTypeReducer: ActionReducer<LinkTypeState>;