import { IMangaResponse } from '../Types'; /** * Gets the info of the manga by ID * @param {string} id The ID of the manga * @returns {Promise} */ export declare const getManga: (id: string) => Promise;