export interface PageInfo { url: string; content: string; consoleErrors: any[]; } export declare function crawl(url: string, depth: number): Promise; //# sourceMappingURL=crawler.d.ts.map