import { CallToolResult, ServerRequest, ServerNotification } from "@modelcontextprotocol/sdk/types.js"; import { RequestHandlerExtra } from "@modelcontextprotocol/sdk/shared/protocol.js"; import { extractStructuredDataToolParamSchemaType } from "./tool-types"; export declare function extractStructuredDataTool(params: extractStructuredDataToolParamSchemaType, extra: RequestHandlerExtra): Promise; export declare const extractStructuredDataToolName = "extract_structured_data"; export declare const extractStructuredDataToolDescription = "Extract structured data from a webpage. This tool allows you to extract structured data from a webpage using a schema."; //# sourceMappingURL=extract-structured.d.ts.map