import type { Command } from "commander"; import type { CliContainer } from "../container.js"; export declare function registerInstallCommand(program: Command, container: CliContainer): Command; export declare function executeInstall(program: Command, container: CliContainer, service: string): Promise;