/**
 * Returns the last Sentry event ID if available
 */
declare function getSentryEventId(): string | undefined;

export { getSentryEventId };
