import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaDropFolderType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static feed: KalturaDropFolderType;
    static ftp: KalturaDropFolderType;
    static local: KalturaDropFolderType;
    static s3: KalturaDropFolderType;
    static scp: KalturaDropFolderType;
    static sftp: KalturaDropFolderType;
    static webex: KalturaDropFolderType;
}
