import { ActionReducer } from '@ngrx/store';
import * as InfotipActions from './../actions/infotip.actions';
import { InfotipState } from './../states/infotip.state';
export declare type Action = InfotipActions.All;
export declare const InfotipReducer: ActionReducer<InfotipState>;