export declare class MediaElementExtensionEvents { static namespace: string; static MEDIA_ENDED: string; static MEDIA_MUTED: string; static MEDIA_PAUSED: string; static MEDIA_PLAYED: string; static MEDIA_TIME_UPDATE: string; static MEDIA_UNMUTED: string; }