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