export declare enum KalturaDeleteFlavorsLogicType {
    deleteKeepSmallest = 3,
    deleteList = 2,
    keepListDeleteOthers = 1,
}
