import cheerio from 'cheerio'; export type ICheerio = ReturnType; export type ICheerioStatic = ReturnType; export type ICheerioElement = Parameters["0"]; export declare function fixCheerio(target: T, $: ICheerioStatic): cheerio.Cheerio; export declare function _removeAttrs(elem: T, $: ICheerioStatic): cheerio.Cheerio; export default fixCheerio;