import type { Tracer } from "@opentelemetry/api"; import { OITracer } from "../trace"; /** * A function that ensures the tracer is wrapped in an OITracer if necessary. * @param tracer The tracer to wrap if necessary * @returns {OITracer} an OpenInferenceTracer that wraps the OTel Tracer */ export declare function wrapTracer(tracer: Tracer): OITracer; /** * A helper function to get a tracer for the decorators. */ export declare function getTracer(name?: string): OITracer; //# sourceMappingURL=tracerHelpers.d.ts.map