declare const BridPlayerEventsIos: { videoBuffering: string; videoLoad: string; videoStart: string; videoPlay: string; videoPaused: string; videoSeek: string; videoEnd: string; videoError: string; fullscreenOpen: string; fullscreenClose: string; enterPip: string; exitPip: string; videoAdLoaded: string; videoAdCompleted: string; videoAdResumed: string; videoAdStart: string; videoAdPaused: string; videoAdProgress: string; videoAdTapped: string; videoAdSkipped: string; videoAutoplay: string; }; declare const BridPlayerEventsAndroid: { videoBuffering: string; videoLoad: string; videoStart: string; videoPlay: string; videoPaused: string; videoSeek: string; videoEnd: string; videoError: string; fullscreenOpen: string; fullscreenClose: string; enterPip: string; exitPip: string; videoAdLoaded: string; videoAdCompleted: string; videoAdResumed: string; videoAdStart: string; videoAdPaused: string; videoAdProgress: string; videoAdTapped: string; videoAdSkipped: string; videoAutoplay: string; }; export { BridPlayerEventsIos, BridPlayerEventsAndroid }; //# sourceMappingURL=brid_player_events.d.ts.map