import { type SearchAnimeResults } from "../types"; export declare function searchAnimesBySpecificURL(url: string): Promise;