import type { ExtraAnime } from '../types';
export declare const getExtraAnime: (requestUrl: string, slug: string) => Promise<ExtraAnime | undefined>;
