import type { MediaFile } from '../../../types'; export declare const updateMedia: (videoElement: HTMLVideoElement, mediaFile: MediaFile) => Promise;