import type { Command } from "commander"; export declare function reparseProgramFromActionArgs(program: Command, actionArgs: unknown[]): Promise;