import type { Command } from 'commander'; import { type StartCommandContext } from '../commands/start.js'; export declare function registerStartCommand(program: Command, ctx: StartCommandContext): void;