/** * Naive factory to global XHR. */ declare const xhrBackend: () => any; export { xhrBackend }; //# sourceMappingURL=xhrBackend.d.ts.map