import { ActionReducer } from '@ngrx/store';
import * as AreaActions from './../actions/area.actions';
import { AreaState } from './../states/area.state';
export declare type Action = AreaActions.All;
export declare const AreaReducer: ActionReducer<AreaState>;