import { FetchInstrumentationConfig } from "@opentelemetry/instrumentation-fetch";

//#region src/instrumentations/fetch/EmbraceFetchInstrumentation/types.d.ts
type EmbraceFetchInstrumentationArgs = FetchInstrumentationConfig & {
  omitIfAlreadyPatched?: boolean;
};
//#endregion
export { EmbraceFetchInstrumentationArgs };
//# sourceMappingURL=types.d.cts.map