/** * Given a URL, determine whether that URL is considered cross-origin to the current page. * */ export declare function isCrossOriginUrl(url: string): boolean;