import { EmbraceFetchInstrumentationArgs } from "./types.cjs";
import { FetchInstrumentation } from "@opentelemetry/instrumentation-fetch";

//#region src/instrumentations/fetch/EmbraceFetchInstrumentation/EmbraceFetchInstrumentation.d.ts
declare class EmbraceFetchInstrumentation extends FetchInstrumentation {
  private readonly _omitIfAlreadyPatched?;
  constructor({
    omitIfAlreadyPatched,
    ...rest
  }?: EmbraceFetchInstrumentationArgs);
  enable(): void;
}
//#endregion
export { EmbraceFetchInstrumentation };
//# sourceMappingURL=EmbraceFetchInstrumentation.d.cts.map