import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaEventNotificationTemplateOrderBy extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static createdAtAsc: KalturaEventNotificationTemplateOrderBy;
    static createdAtDesc: KalturaEventNotificationTemplateOrderBy;
    static idAsc: KalturaEventNotificationTemplateOrderBy;
    static idDesc: KalturaEventNotificationTemplateOrderBy;
    static updatedAtAsc: KalturaEventNotificationTemplateOrderBy;
    static updatedAtDesc: KalturaEventNotificationTemplateOrderBy;
}
