import { FilterOptions, FilterAnimeResults } from "../types"; export declare function searchAnimesByFilter(opts?: FilterOptions): Promise;