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