import { XMLHttpRequestInstrumentation, XMLHttpRequestInstrumentationConfig } from '@opentelemetry/instrumentation-xml-http-request';
export declare enum XHRSource {
    XHR = "xhr"
}
export declare class CoralogixXhrInstrumentation extends XMLHttpRequestInstrumentation {
    private networkDataManager;
    private headersManager;
    constructor(config: XMLHttpRequestInstrumentationConfig);
    private setNetworkSpanAttributes;
    private setResponseAttributes;
    disable(): void;
}
