import { Event } from './event'; export declare class EventList { events: Array; totalCount: number; }