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;
    MEDIA_DATA_ARRIVED: string;
    SCRIPT_DATA_ARRIVED: string;
    INIT_SEGMENT: string;
    MEDIA_SEGMENT: string;
};
export default Events;
