export declare enum KalturaESearchItemType {
    exactMatch = 1,
    exists = 4,
    partial = 2,
    range = 5,
    startsWith = 3,
}
