/** * Web Fetch native extension for Spectral. * * Registers a single tool, `web_fetch`, which fetches a public URL and returns * its content as text, markdown, or raw HTML. The model provides URLs itself; * there is no search capability. */ import type { ExtensionAPI } from "../../sdk/coding-agent/index.js"; export default function webExtension(ext: ExtensionAPI): Promise; //# sourceMappingURL=index.d.ts.map