import type { YoutubePlayerVars } from '@react-native-youtube-bridge/core'; export declare const getYoutubeWebViewUrl: (videoId: string | null | undefined, useInlineHtml: boolean, playerVars: YoutubePlayerVars, webViewBaseUrl?: string) => string | undefined; //# sourceMappingURL=youtube.d.ts.map