/** * seo_fetch and seo_render tool definitions. */ import type { ExtensionAPI } from "../../../sdk/coding-agent/index.js"; import type { SeoConfig } from "../config.js"; export declare function registerFetchTools(ext: ExtensionAPI, config: SeoConfig): void; //# sourceMappingURL=fetch.d.ts.map