export declare class ScraperService { private turndownService; private cacheDir; constructor(); private ensureCacheDir; private getCachePath; scrapeUrls(urls: string[]): Promise; } //# sourceMappingURL=scraper.d.ts.map