import type { Instrumentation } from '@opentelemetry/instrumentation'; /** * This method takes an OpenTelemetry instrumentation or * array of instrumentations and registers them with OpenTelemetry. */ export declare function addOpenTelemetryInstrumentation(...instrumentations: Instrumentation[]): void; //# sourceMappingURL=instrumentation.d.ts.map