/** * Shortcuts for Cheerio elements */ type CheerioElement = cheerio.TagElement; type WrappedCheerioElement = cheerio.Cheerio; export { CheerioElement, WrappedCheerioElement };