import { Pages } from '../Classes'; /** * Gets the pages of the manga chapter * @param {string} id The ID of the chapter * @returns {Promise} */ export declare const getChapterPages: (id: string) => Promise;