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