import { Event } from './event'; /** * Contains a list of events. */ export declare class EventList { events: Array; totalCount: number; }