export declare function assertAllowedDocsUrl(rawUrl: string): string; export declare function fetchDocsText(rawUrl: string): Promise; export declare const docsFetchTool: import("ai").Tool<{ url: string; }, string>; //# sourceMappingURL=docs-fetch.tool.d.ts.map