import { EventUI } from './../models/event.model'; export declare type EventState = EventUI[]; export declare const initialState: EventState;