declare const VIDEO_BANNER_EVENT_TYPE_RAW: { RAW_ANInstreamVideoEventAdWasClicked: number; RAW_ANInstreamVideoEventAdClose: number; RAW_ANInstreamVideoEventDidPresent: number; RAW_ANInstreamVideoEventAdWillDisappear: number; RAW_ANInstreamVideoEventAdWillAppear: number; RAW_ANInstreamVideoEventStartPlaying: number; RAW_ANInstreamVideoEventMuted: number; RAW_ANInstreamVideoEventUnMuted: number; RAW_ANInstreamVideoEventWillLeaveApp: number; }; declare const VIDEO_BANNER_EVENT_TYPE: { ANIVEventAdWasClicked: string; ANIVEventAdClose: string; ANIVEventDidPresent: string; ANIVEventAdWillDisappear: string; ANIVEventAdWillAppear: string; ANIVEventStartPlaying: string; ANIVEventMuted: string; ANIVEventUnMuted: string; ANIVEventWillLeaveApp: string; }; declare const VIDEO_BANNER_PLAYBACK_STATE_RAW: { RAW_ANInstreamVideoPlaybackStateError: number; RAW_ANInstreamVideoPlaybackStateCompleted: number; RAW_ANInstreamVideoPlaybackStateSkipped: number; }; declare const VIDEO_BANNER_PLAYBACK_STATE: { ANVPlaybackStateError: string; ANVPlaybackStateCompleted: string; ANVPlaybackStateSkipped: string; }; declare const BANNER_EVENT_TYPE_RAW: { RAW_BannerEventAdWasClicked: number; RAW_BannerEventAdClose: number; RAW_BannerEventDidPresent: number; RAW_BannerEventAdWillDisappear: number; RAW_BannerEventAdWillAppear: number; RAW_BannerEventWillLeaveApp: number; }; declare const BANNER_EVENT_TYPE: { BannerEventAdWasClicked: string; BannerEventAdClose: string; BannerEventDidPresent: string; BannerEventAdWillDisappear: string; BannerEventAdWillAppear: string; BannerEventWillLeaveApp: string; }; declare const BANNER_STATE_TYPE: { BANNER_NOT_VISIBLE: number; BANNER_PARTIALLY_VISIBLE: number; BANNER_PERCENT_VISIBLE: number; BANNER_FULLY_VISIBLE: number; }; declare const MIN_RN_VERSION_STATE_LISTENER_REMOVE = 65; export { VIDEO_BANNER_EVENT_TYPE_RAW, VIDEO_BANNER_EVENT_TYPE, VIDEO_BANNER_PLAYBACK_STATE_RAW, VIDEO_BANNER_PLAYBACK_STATE, BANNER_EVENT_TYPE_RAW, BANNER_EVENT_TYPE, BANNER_STATE_TYPE, MIN_RN_VERSION_STATE_LISTENER_REMOVE, };