export declare const WATCH_URL = "https://www.youtube.com/watch?v={videoId}"; export declare const INNERTUBE_API_URL = "https://www.youtube.com/youtubei/v1/player?key={apiKey}"; export declare const INNERTUBE_CONTEXT: { client: { clientName: string; clientVersion: string; }; };