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