import { Command } from "commander"; import type { CliContainer } from "../container.js"; export declare function registerLaunchCommand(program: Command, container: CliContainer): Command;