import type { Command } from 'commander'; import { type LauncherCommandContext } from './launcher-kernel.js'; export type ClaudeCommandContext = LauncherCommandContext; export declare function createClaudeCommand(program: Command, ctx: ClaudeCommandContext): void;