export declare enum Subjects { CommentCreated = "CommentCreated", CommentReplied = "CommentReplied", RatingCreated = "RatingCreated", NewPasswordGenerated = "NewPasswordGenerated", LinkAndCodeToVerifyEmailCreatedEvent = "LinkAndCodeToVerifyEmailCreatedEvent", LinkAndCodeToVerifyWhatsappCreated = "CodeToVerifyWhatsappCreated", UserUpdated = "UserUpdated", UserCreated = "UserCreated", UserDeleted = "UserDeleted", CouponUsedOnUserSignup = "CouponUsedOnUserSignup", ToggledBlockUser = "ToggledBlockUser", CommentUpdated = "CommentUpdated", LikeUnlikeMade = "LikeUnlikeMade", BetMade = "BetMade", UserFollowed = "UserFollowed", DepositConfirmed = "DepositConfirmed", WithdrawMade = "WithdrawMade", WithdrawRequestMade = "WithdrawRequestMade", FeedPostCreated = "FeedPostCreated", PaidLiveStarted = "PaidLiveStarted", LiveEnded = "LiveEnded", LiveStarted = "LiveStarted", LiveTypeChanged = "LiveTypeChanged", PaymentFinished = "PaymentFinished", PaymentStarted = "PaymentStarted", BoletoGenerated = "BoletoGenerated", ViewerJoined = "ViewerJoined", ViewerLeft = "ViewerLeft", ViewerKicked = "ViewerKicked", ViewerAutoKicked = "ViewerAutoKicked", SubscriptionCreated = "SubscriptionCreated", SubscriptionUpdated = "SubscriptionUpdated", SubscriptionCancelled = "SubscriptionCancelled", GiftSent = "GiftSent", PredictionCreated = "PredictionCreated", PredictionCancelled = "PredictionCancelled", SuggestionCreated = "SuggestionCreated", SuggestionRejected = "SuggestionRejected", DisputeCreated = "DisputeCreated", DisputeResolved = "DisputeResolved", SuggestionApproved = "SuggestionApproved", PredictionUpdated = "PredictionUpdated", PredictionPublished = "PredictionPublished", PredictionClosed = "PredictionClosed", BetPlaced = "BetPlaced", BetSettled = "BetSettled", BetRefunded = "BetRefunded", BetRejected = "BetRejected", PredictionResolved = "PredictionResolved", OrderCreated = "OrderCreated", OrderStatusChanged = "OrderStatusChanged", SellerProductCreated = "SellerProductCreated", SellerProductDeleted = "SellerProductDeleted", OrderMessageSent = "OrderMessageSent", ImageCreated = "ImageCreated", CreativeVideoReady = "CreativeVideoReady", RealStateVideoCreated = "RealStateVideoCreated", YDTopicApproved = "youtube-dark:topic:approved", YDScriptApproved = "youtube-dark:script:approved", SMATopicApproved = "sma:topic:approved", SMAVideoReady = "sma:video:ready", SMAPostPublished = "sma:post:published", SMAPostFailed = "sma:post:failed", AIRequestMade = "ai:request:made", LinkedinPostGenerated = "linkedin:post:generated", LinkedinPostPublished = "linkedin:post:published", NotasBrInvoiceAuthorized = "notasbr:invoice:authorized", NotasBrInvoiceRejected = "notasbr:invoice:rejected", NotasBrInvoiceCancelled = "notasbr:invoice:cancelled", NotasBrCertificateExpiring = "notasbr:certificate:expiring", NotasBrCreditsGranted = "notasbr:credits:granted" }