import type { AnimeData } from "../types"; export declare function getAnimeInfo(animeId: string): Promise;