export declare class Event { readonly target: EventTarget; readonly type: string; readonly timeStamp: number; constructor(type: string, init?: EventInit); } //# sourceMappingURL=Event.d.ts.map