export declare class VideoProcessing { private static taskQue; static generateConvertedFilePath(videoPath: string): string; static isValidConvertedPath(convertedPath: string): Promise; static convertedVideoExist(videoPath: string): Promise; static convertVideo(videoPath: string): Promise; static isVideo(fullPath: string): boolean; protected static getConvertedFilePostFix(): string; }