/** * run / mcp / self-update — runtime commands */ import type { Command } from "commander"; export declare function registerRuntime(parent: Command): void;