import { type SearchAnimeResults } from "../types"; export declare function executeSearch(searchData: string): SearchAnimeResults | null;