import type { Envelope } from "@sentry/core"; import type { SentryTransactionEvent } from "../../parser/index.js"; export declare function formatTrace(event: SentryTransactionEvent, _envelopeHeader: Envelope[0]): string[];