import type { Event } from '../types-hoist/event';
/**
 * Get a list of possible event messages from a Sentry event.
 */
export declare function getPossibleEventMessages(event: Event): string[];
//# sourceMappingURL=eventUtils.d.ts.map