export default XHR; declare class XHR { constructor({ url, method, type, timeout, data }?: { method?: string | undefined; type?: string | undefined; timeout?: number | undefined; data?: {} | undefined; }, context?: {}); }