import { CallToolResult, ServerRequest, ServerNotification } from "@modelcontextprotocol/sdk/types.js"; import { RequestHandlerExtra } from "@modelcontextprotocol/sdk/shared/protocol.js"; import { scrapeWebpageToolParamSchemaType } from "./tool-types"; export declare function scrapeWebpageTool(params: scrapeWebpageToolParamSchemaType, extra: RequestHandlerExtra): Promise; export declare const scrapeWebpageToolName = "scrape_webpage"; export declare const scrapeWebpageToolDescription = "Scrape a webpage and extract its content in various formats. This tool allows fetching content from a single URL with configurable browser behavior options. Use this for extracting text content, HTML structure, collecting links, or capturing screenshots of webpages."; //# sourceMappingURL=scrape-webpage.d.ts.map