import type { TracingOptions } from '../tracing/types'; import { HttpInstrumentation } from '@opentelemetry/instrumentation-http'; import { HttpDcInstrumentation } from './httpdc/httpdc'; export declare function configureHttpInstrumentation(instrumentation: HttpInstrumentation, options: TracingOptions): void; export declare function configureHttpDcInstrumentation(instrumentation: HttpDcInstrumentation, options: TracingOptions): void; //# sourceMappingURL=http.d.ts.map