import { TraceState } from '@opentelemetry/core'; import { DynamicSamplingContext } from '@sentry/types'; /** * Generate a TraceState for the given data. */ export declare function makeTraceState({ parentSpanId, dsc, sampled, }: { parentSpanId?: string; dsc?: Partial; sampled?: boolean; }): TraceState; //# sourceMappingURL=makeTraceState.d.ts.map