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