export declare class VideoHelper {
    static GetMime(filePath: any): "video/mp4" | "video/x-m4v" | "video/webm" | "video/ogg" | "application/octet-stream";
}
