import type { Command } from 'commander'; import { type InitCommandContext } from '../commands/init.js'; export declare function registerInitCommand(program: Command, ctx: InitCommandContext): void;