export declare enum KalturaEventNotificationEventType {
    batchJobStatus = "1",
    integrationJobClosed = "integrationEventNotifications.INTEGRATION_JOB_CLOSED",
    objectAdded = "2",
    objectChanged = "3",
    objectCopied = "4",
    objectCreated = "5",
    objectDataChanged = "6",
    objectDeleted = "7",
    objectErased = "8",
    objectReadyForIndex = "13",
    objectReadyForReplacment = "9",
    objectReplaced = "12",
    objectSaved = "10",
    objectUpdated = "11"
}
