export declare enum NotificationPriority { LOW = "low", NORMAL = "normal", HIGH = "high", URGENT = "urgent" } //# sourceMappingURL=notification-priority.enum.d.ts.map