import { XMLHttpRequestInstrumentationConfig } from "@opentelemetry/instrumentation-xml-http-request"; //#region src/instrumentations/xhr/EmbraceXHRInstrumentation/types.d.ts type EmbraceXHRInstrumentationArgs = XMLHttpRequestInstrumentationConfig & { omitIfAlreadyPatched?: boolean; }; //#endregion export { EmbraceXHRInstrumentationArgs }; //# sourceMappingURL=types.d.ts.map