import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaEventNotificationEventType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static batchJobStatus: KalturaEventNotificationEventType;
    static integrationJobClosed: KalturaEventNotificationEventType;
    static objectAdded: KalturaEventNotificationEventType;
    static objectChanged: KalturaEventNotificationEventType;
    static objectCopied: KalturaEventNotificationEventType;
    static objectCreated: KalturaEventNotificationEventType;
    static objectDataChanged: KalturaEventNotificationEventType;
    static objectDeleted: KalturaEventNotificationEventType;
    static objectErased: KalturaEventNotificationEventType;
    static objectReadyForIndex: KalturaEventNotificationEventType;
    static objectReadyForReplacment: KalturaEventNotificationEventType;
    static objectReplaced: KalturaEventNotificationEventType;
    static objectSaved: KalturaEventNotificationEventType;
    static objectUpdated: KalturaEventNotificationEventType;
}
