import type { Span } from '@opentelemetry/api';
import type { DecoratorTraceDataResp, TraceService } from './trace.service/index.trace.service.js';
import type { TraceContext, TraceScopeParamType } from './types.js';
export declare function processDecoratorSpanData(rootTraceContext: TraceContext, traceService: TraceService, span: Span, info: DecoratorTraceDataResp | undefined): void;
export declare function isTraceScopeParamType(input: TraceScopeParamType | undefined): input is TraceScopeParamType;
