export declare const DURATION_CHANGE_EVENT: "durationchange"; export interface DurationChangeEvent extends Event { type: typeof DURATION_CHANGE_EVENT; } //# sourceMappingURL=DurationChangeEvent.d.ts.map