import { VideoAdContainer } from '../../../../adContainer';
import type { CancelFunction } from '../../../../types';
export declare const onTimeUpdate: ({ videoElement }: VideoAdContainer, callback: (event: string) => void) => CancelFunction;
