import type { CommandInvocation } from "./types/decision.js"; /** Build machine-executable argv separately from the human shell display. */ export declare function renmaCommand(args: Args): CommandInvocation;