import type { Command } from 'commander'; import { type RestartCommandContext } from '../commands/restart.js'; export declare function registerRestartCommand(program: Command, ctx: RestartCommandContext): void;