import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaEventCuePointOrderBy extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static createdAtAsc: KalturaEventCuePointOrderBy;
    static createdAtDesc: KalturaEventCuePointOrderBy;
    static partnerSortValueAsc: KalturaEventCuePointOrderBy;
    static partnerSortValueDesc: KalturaEventCuePointOrderBy;
    static startTimeAsc: KalturaEventCuePointOrderBy;
    static startTimeDesc: KalturaEventCuePointOrderBy;
    static triggeredAtAsc: KalturaEventCuePointOrderBy;
    static triggeredAtDesc: KalturaEventCuePointOrderBy;
    static updatedAtAsc: KalturaEventCuePointOrderBy;
    static updatedAtDesc: KalturaEventCuePointOrderBy;
}
