export declare enum NotificationMessageTypeEnum { EMAIL = "email", SMS = "sms", PUSH = "push" }