export declare const WatchEndpoints: {
    readonly watchRecentEpisodes: "/watch/episodes";
    readonly watchPopularEpisodes: "/watch/episodes/popular";
    readonly watchRecentPromos: "/watch/promos";
    readonly watchPopularPromos: "/watch/promos/popular";
};
