export declare enum KalturaESearchOperatorType {
    andOp = 1,
    notOp = 3,
    orOp = 2,
}
