export declare enum KalturaControlPanelCommandStatus {
    done = 3,
    failed = 4,
    handled = 2,
    pending = 1,
}
