export declare class HttpError { xhr: XMLHttpRequest; status: number; error: any; constructor(obj: Partial); }