import { EmbraceFetchInstrumentationArgs } from "./types.js"; 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.ts.map