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