export declare enum KalturaEmailNotificationFormat {
    html = "1",
    text = "2"
}
