import { IOptions, IListResponse } from '../Types'; /** * Gets the manga list from MangaKakalot * @param {IOptions} options Options for getting the list * @returns {Promise} */ export declare const getMangaList: (options?: IOptions) => Promise;