import type { Envelope } from "@sentry/core"; import type { SentryTransactionEvent } from "../../parser/index.js"; /** * Format a trace/transaction event with envelope headers for source inference */ export declare function formatTrace(event: SentryTransactionEvent, envelopeHeader: Envelope[0]): string[];