export declare enum KalturaEventNotificationTemplateStatus {
    active = 2,
    deleted = 3,
    disabled = 1,
}
