import type cheerio from 'cheerio'; export type Cheerio = ReturnType; export interface IValueData { attribute?: string; skipSelectors?: string; cssSelector: string; returnValue: string; key: string; returnArray: boolean; } //# sourceMappingURL=types.d.ts.map