/** * Resolve user-entered iframe addresses without allowing executable or local * document schemes into the player. The local player origin is rejected so a * same-origin document cannot combine allow-scripts and allow-same-origin to * reach the player shell. */ export declare function normalizeIframeUrl(rawUrl?: string, playerOrigin?: string): string;