export declare enum KalturaEmailNotificationTemplatePriority {
    high = 1,
    low = 5,
    normal = 3,
}
