import { type EventContextAndTags } from '../event-context/event-context.js'; /** Record an error to Sentry without throwing it. */ export declare function handleError(error: unknown, eventOptions?: EventContextAndTags): string | undefined;