import { SpanStatus } from '@sentry/types'; import { AbstractSpan } from '../types'; /** * Get a Sentry span status from an otel span. */ export declare function mapStatus(span: AbstractSpan): SpanStatus; //# sourceMappingURL=mapStatus.d.ts.map