/** * CMS Connections tools — manage WordPress/Sanity/Webflow/FraseCMS connections */ import type { McpToolDefinition, ToolContext, ToolResult } from "../types.js"; export declare const cmsConnectionTools: McpToolDefinition[]; export declare const cmsConnectionExecutors: Record Promise>; //# sourceMappingURL=cms-connections.d.ts.map