export declare const builtInTools: { readonly fetchUrls: import("../types").Tool<{ urls: { url: string; content?: string | undefined; exclude?: string[] | undefined; }[]; }, string>; readonly fetchRss: import("../types").Tool<{ urls: string | string[]; date?: string | undefined; }, string>; readonly loadFile: import("../types").ToolFactory<{ path: string; }, string>; }; //# sourceMappingURL=index.d.ts.map