declare function getVideoThumb(file: File | string | null, options?: { seekTo: number; quality?: number; }): Promise; export { getVideoThumb };