@import Sentry;

#if SENTRY_TARGET_REPLAY_SUPPORTED
@protocol SentryRRWebEvent;

@interface RNSentryReplayBreadcrumbConverter : NSObject <SentryReplayBreadcrumbConverter>

- (instancetype _Nonnull)init;

+ (NSString *_Nullable)getTouchPathMessageFrom:(NSArray *_Nullable)path;

- (id<SentryRRWebEvent> _Nullable)convertFrom:(SentryBreadcrumb *_Nonnull)breadcrumb;

@end
#endif
