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