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