export declare enum ESPlayerErrors {
    ES_PLAYER_ERROR_NATIVE = 1000,
    ES_PLAYER_ERROR_ES = 2000,
    ES_PLAYER_ERROR_APP = 3000
}
