export declare enum KalturaDeliveryStatus {
    active = 0,
    deleted = 1,
    stagingIn = 2,
    stagingOut = 3,
}
