export declare class Event {
    time: number;
    location: string;
}
