import type { Command } from 'commander'; import { type ClaudeCommandContext } from '../commands/claude.js'; export declare function registerClaudeCommand(program: Command, ctx: ClaudeCommandContext): void;