/**
 * YouTube hosts
 */
export declare const DEFAULT_HOST = "https://www.youtube.com";
export declare const NO_COOKIES_HOST = "https://www.youtube-nocookie.com";
/**
 * Origins that are in the critical path
 */
export declare const GOOGLE_ADS_URL = "https://googleads.g.doubleclick.net";
export declare const GOOGLE_FONTS_URL = "https://fonts.gstatic.com";
export declare const GOOGLE_URL = "https://google.com";
export declare const YTIMG_URL = "https://i.ytimg.com";
export declare const GSTATIC_URL = "https://www.gstatic.com";
export declare const YT3_URL = "https://yt3.ggpht.com";
export declare const YOUTUBE_API_URL = "https://www.youtube.com/iframe_api";
