export declare enum KalturaKafkaNotificationFormat {
    avro = 2,
    json = 1
}
