/** * The different types of notifications. * * @public */ export declare enum ENotificationType { RECOMMENDATION = "RECOMMENDATION", INFORMATION = "INFORMATION", LIVE = "LIVE", ALERT = "ALERT", UNDEFINED = "UNDEFINED" }