import { HttpInstrumentation, HttpInstrumentationConfig } from '@opentelemetry/instrumentation-http'; /** * Creates a configured HttpInstrumentation with request/response body capture * Following the middleware pattern for consistent data structure */ export declare function createHttpInstrumentation(config?: Partial): HttpInstrumentation; //# sourceMappingURL=http-instrumentation.d.ts.map