import type { DsnComponents, SpanEnvelope } from '@sentry/types';
import type { Span } from '@sentry/types';
/**
 * Create envelope from Span item.
 */
export declare function createSpanEnvelope(spans: Span[], dsn?: DsnComponents): SpanEnvelope;
//# sourceMappingURL=span.d.ts.map