export declare const GenresEndpoints: {
    readonly animeGenres: "/genres/anime";
    readonly mangaGenres: "/genres/manga";
};
