import type { Client } from '../client'; import type { Scope } from '../scope'; import type { TraceContext } from '../types-hoist/context'; import type { DynamicSamplingContext } from '../types-hoist/envelope'; /** Extract trace information from scope */ export declare function _getTraceInfoFromScope(client: Client, scope: Scope | undefined): [dynamicSamplingContext: Partial | undefined, traceContext: TraceContext | undefined]; //# sourceMappingURL=trace-info.d.ts.map