import { CrawlRequest, CrawlResponse } from '../types'; export declare class CrawlingService { private browser; private cacheService; constructor(); initialize(): Promise; close(): Promise; private generateCacheKey; crawlWebsite(request: CrawlRequest): Promise; private extractLinks; private shouldFollowLink; private normalizeUrl; private getMockCrawlResult; } //# sourceMappingURL=crawling.d.ts.map