import type { Anime } from '../types';
export declare const getAnime: (requestUrl: string, q: string, ext?: boolean) => Promise<Anime[]>;
