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