/** * content_create — create a new content piece in the pipeline. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const contentCreateTool: ToolDefinition; //# sourceMappingURL=content-create.d.ts.map