import type { Transport } from '@sentry/types';
import type { BrowserTransportOptions } from './types';
/**
 * Creates a Transport that uses the XMLHttpRequest API to send events to Sentry.
 */
export declare function makeXHRTransport(options: BrowserTransportOptions): Transport;
//# sourceMappingURL=xhr.d.ts.map