import { Client } from '../../client';
import { DynamicSamplingContext, StreamedSpanEnvelope } from '../../types-hoist/envelope';
import { SerializedStreamedSpan } from '../../types-hoist/span';
/**
 * Creates a span v2 span streaming envelope
 */
export declare function createStreamedSpanEnvelope(serializedSpans: Array<SerializedStreamedSpan>, dsc: Partial<DynamicSamplingContext>, client: Client): StreamedSpanEnvelope;
//# sourceMappingURL=envelope.d.ts.map
