/** * Force XMLHttpRequest to drop `traceparent` from the header by setting Microsoft_ApplicationInsights_BypassAjaxInstrumentation === true. * When `traceparent` property exists in the header, logs will get dropped in aria telementry. * * NOTE: take extra precaution when modifying this file. */ export declare function overrideXMLHttpRequest(): void; //# sourceMappingURL=overrideXMLHttpRequest.d.ts.map