import { Document } from '@langchain/core/documents'; import { type ChatOpenAI } from '@langchain/openai'; export declare const scrapeWebPage: (url: string) => Promise>; export declare const scrapeAndSummarizeWebPage: (url: string, llm: ChatOpenAI) => Promise>>, "jumpTo">>; //# sourceMappingURL=scrape-web-page.d.ts.map