/** * Full setup for Claude Cortex. * * 1. Injects proactive memory instructions into ~/.claude/CLAUDE.md (Claude Code) * 2. Installs cortex-memory hook into OpenClaw/Clawdbot if detected * * Both steps are idempotent. */ export declare function setupClaudeMd(options?: { stopHook?: boolean; }): Promise; //# sourceMappingURL=claude-md.d.ts.map