export declare const TIME_UPDATE_EVENT: "timeupdate"; export interface TimeUpdateEvent extends Event { type: typeof TIME_UPDATE_EVENT; } //# sourceMappingURL=TimeUpdateEvent.d.ts.map