export declare enum KalturaMatchConditionType {
    matchAll = "2",
    matchAny = "1"
}
