declare const Events: { ERROR: string; GET_SEI_INFO: string; FRAG_PARSED: string; INIT_PTS_FOUND: string; FRAG_PARSING_INIT_SEGMENT: string; FRAG_PARSING_METADATA: string; FRAG_PARSING_USERDATA: string; MEDIA_INFO: string; INIT_SEGMENT: string; MEDIA_SEGMENT: string; LOAD_NEXT_FRAG: string; META_DATA: string; }; export default Events;