/** * Script: cli-mcp-add-curate.ts * Purpose: Register the hmem-curate MCP server with Claude Code. * Curation tools are destructive (bulk obsolete, delete, merge), * so this is an explicit opt-in step separate from `hmem init`. */ export declare function runMcpAddCurate(): void;