import { Cheerio, type Element } from "cheerio"; export declare function getNextAndPrevPages(selector: Cheerio): { foundPages: number; previousPage: string | null; nextPage: string | null; };