import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaObjectTaskType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static convertEntryFlavors: KalturaObjectTaskType;
    static deleteEntry: KalturaObjectTaskType;
    static deleteEntryFlavors: KalturaObjectTaskType;
    static deleteLocalContent: KalturaObjectTaskType;
    static dispatchEventNotification: KalturaObjectTaskType;
    static distribute: KalturaObjectTaskType;
    static executeMetadataXslt: KalturaObjectTaskType;
    static mailNotification: KalturaObjectTaskType;
    static modifyCategories: KalturaObjectTaskType;
    static modifyEntry: KalturaObjectTaskType;
    static storageExport: KalturaObjectTaskType;
}
