export declare function doFetchTools(urls: string | Array): Promise; export declare const fetchUrls: import("../types").Tool<{ urls: { url: string; content?: string | undefined; exclude?: string[] | undefined; }[]; }, string>; //# sourceMappingURL=fetchUrls.d.ts.map