/** * Copy bundled deGenAi slash command files into ~/.claude/commands/. * Always overwrites (so updates ship via `npm i -g @degenai/cli`). * Returns the list of installed file names; empty array if Claude Code is * not detected (we don't create ~/.claude blindly, that's the user's call). */ export declare function installClaudeCommands(opts?: { force?: boolean; }): string[];