/** * Wrapper around the `xhr` module for HTTP(S) requests in the browser. * * @packageDocumentation * @internal * @hidden */ import { ClientRequest } from "http"; import { Errback } from "./errback"; declare const _default: (options: any, cb: Errback) => ClientRequest; /** * @internal * @hidden */ export default _default; //# sourceMappingURL=xhr.d.ts.map