export declare const baseURL = "https://otakudesu.watch";
export declare const ListEndpoint: {
    genreList: string;
    ongoing: string;
    animeList: string;
};
export declare const getAnimeEndpoint: (anime: string) => string;
export declare const getGenreEndpoint: (genre: string) => string;
export declare const getSearchAnimeEndpoint: (anime: string) => string;
