import { Client } from '../client'; import { Scope } from '../scope'; import { TraceContext } from '../types-hoist/context'; import { 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