import type { Command } from 'commander'; import { type CodexCommandContext } from '../commands/codex.js'; export declare function registerCodexCommand(program: Command, ctx: CodexCommandContext): void;