import type { Command } from 'commander'; import { type CodeCommandContext } from '../commands/code.js'; export declare function registerCodeCommand(program: Command, ctx: CodeCommandContext): void;