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