export declare enum KalturaNotificationStatus {
    error = 3,
    errorResending = 5,
    pending = 1,
    queued = 7,
    sent = 2,
    sentSynch = 6,
    shouldResend = 4,
}
