/** * content_update — update an existing content piece. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const contentUpdateTool: ToolDefinition; //# sourceMappingURL=content-update.d.ts.map