export declare enum KalturaEmailNotificationRecipientProviderType {
    category = "2",
    group = "4",
    staticList = "1",
    user = "3"
}
