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