import type { OngoingAnime } from '../types';
export declare const getOngoingList: (requestUrl: string) => Promise<OngoingAnime[]>;
