export declare enum KalturaFlavorAssetStatus {
    converting = 1,
    deleted = 3,
    error = -1,
    exporting = 9,
    importing = 7,
    notApplicable = 4,
    queued = 0,
    ready = 2,
    temp = 5,
    validating = 8,
    waitForConvert = 6,
}
