import { SearchAnimeResults } from "../types"; export declare function searchAnime(query: string): Promise;