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