export declare enum KalturaConditionType {
    actionName = "20",
    activeEdgeValidate = "14",
    anonymousIp = "15",
    assetPropertiesCompare = "8",
    assetType = "16",
    authenticated = "1",
    boolean = "17",
    country = "2",
    deliveryProfile = "13",
    entryScheduled = "19",
    eventCategoryEntry = "reach.CategoryEntry",
    eventNotificationField = "eventNotification.BooleanField",
    eventNotificationObjectChanged = "eventNotification.ObjectChanged",
    fieldCompare = "7",
    fieldMatch = "6",
    geoDistance = "10",
    hash = "12",
    httpHeader = "18",
    ipAddress = "3",
    metadataFieldChanged = "metadata.FieldChanged",
    metadataFieldCompare = "metadata.FieldCompare",
    metadataFieldMatch = "metadata.FieldMatch",
    orOperator = "11",
    site = "4",
    urlAuthParams = "21",
    userAgent = "5",
    userRole = "9"
}
