import type { Span } from '@opentelemetry/api'; import type { PerformanceEntries } from '@opentelemetry/sdk-trace-web'; export declare function captureTraceParent(serverTimingValues: string, span: Span): void; export declare function captureTraceParentFromPerformanceEntries(entries: PerformanceEntries, span: Span): void;