/** * seo_technical_audit tool — full technical SEO audit. */ import type { ExtensionAPI } from "../../../sdk/coding-agent/index.js"; import type { SeoConfig } from "../config.js"; export declare function registerTechnicalTools(ext: ExtensionAPI, config: SeoConfig): void; //# sourceMappingURL=technical.d.ts.map