export default _Errors;
declare class _Errors extends Errors {
    constructor(type: any, vid: any, errd?: {}, url?: string);
    url: string;
}
import { Errors } from "xgplayer";
