export declare enum KalturaServerNodeStatus {
    active = 1,
    deleted = 3,
    disabled = 2,
    notOperational = 5,
    notRegistered = 4
}
