export declare enum EventType {
    Upcoming = 0,
    Past = 1
}
