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