import { UndiciInstrumentation, UndiciInstrumentationConfig } from '@opentelemetry/instrumentation-undici'; /** * Creates a configured UndiciInstrumentation (for fetch/undici) with request/response capture * Following the same pattern as HTTP instrumentation for consistent data structure */ export declare function createUndiciInstrumentation(config?: Partial): UndiciInstrumentation; //# sourceMappingURL=undici-instrumentation.d.ts.map