import type { CancelFunction } from '../../../types'; export declare const preventManualProgress: (videoElement: HTMLVideoElement) => CancelFunction;