import type { Span } from '@opentelemetry/api'; /** * Returns the currently active span. */ export declare function getActiveSpan(): Span | undefined; //# sourceMappingURL=getActiveSpan.d.ts.map