import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaBatchJobType extends KalturaObjectBase {
    private _value;
    constructor(value?: string | number);
    equals(obj: this): boolean;
    toString(): string;
    static bulkdownload: KalturaBatchJobType;
    static bulkupload: KalturaBatchJobType;
    static captureThumb: KalturaBatchJobType;
    static chunkedEncodeJobScheduler: KalturaBatchJobType;
    static cleanup: KalturaBatchJobType;
    static concat: KalturaBatchJobType;
    static convert: KalturaBatchJobType;
    static convertCollection: KalturaBatchJobType;
    static convertLiveSegment: KalturaBatchJobType;
    static convertProfile: KalturaBatchJobType;
    static copy: KalturaBatchJobType;
    static copyCaptions: KalturaBatchJobType;
    static copyPartner: KalturaBatchJobType;
    static dbCleanup: KalturaBatchJobType;
    static delete: KalturaBatchJobType;
    static deleteFile: KalturaBatchJobType;
    static distributionDelete: KalturaBatchJobType;
    static distributionDisable: KalturaBatchJobType;
    static distributionEnable: KalturaBatchJobType;
    static distributionFetchReport: KalturaBatchJobType;
    static distributionSubmit: KalturaBatchJobType;
    static distributionSync: KalturaBatchJobType;
    static distributionUpdate: KalturaBatchJobType;
    static download: KalturaBatchJobType;
    static dropFolderContentProcessor: KalturaBatchJobType;
    static dropFolderWatcher: KalturaBatchJobType;
    static dvdcreator: KalturaBatchJobType;
    static emailIngestion: KalturaBatchJobType;
    static eventNotificationHandler: KalturaBatchJobType;
    static extractMedia: KalturaBatchJobType;
    static filesyncImport: KalturaBatchJobType;
    static flatten: KalturaBatchJobType;
    static import: KalturaBatchJobType;
    static index: KalturaBatchJobType;
    static indexTags: KalturaBatchJobType;
    static integration: KalturaBatchJobType;
    static liveReportExport: KalturaBatchJobType;
    static liveToVod: KalturaBatchJobType;
    static mail: KalturaBatchJobType;
    static metadataImport: KalturaBatchJobType;
    static metadataTransform: KalturaBatchJobType;
    static moveCategoryEntries: KalturaBatchJobType;
    static notification: KalturaBatchJobType;
    static ooconvert: KalturaBatchJobType;
    static parseCaptionAsset: KalturaBatchJobType;
    static parseMultiLanguageCaptionAsset: KalturaBatchJobType;
    static postconvert: KalturaBatchJobType;
    static provisionDelete: KalturaBatchJobType;
    static provisionProvide: KalturaBatchJobType;
    static recalculateCache: KalturaBatchJobType;
    static scheduledTask: KalturaBatchJobType;
    static schedulerHelper: KalturaBatchJobType;
    static storageDelete: KalturaBatchJobType;
    static storageExport: KalturaBatchJobType;
    static syncCategoryPrivacyContext: KalturaBatchJobType;
    static tagResolve: KalturaBatchJobType;
    static validateLiveMediaServers: KalturaBatchJobType;
    static virusScan: KalturaBatchJobType;
    static widevineRepositorySync: KalturaBatchJobType;
}
