/** * ralph subcommand — Iteration loop runner. */ import type { Subcommand } from "./types"; export declare const ralphCommand: Subcommand;