import type { CliContext } from '../context.js'; export declare const interactForCommandParams: (args: { command: string[]; params: Record; }, ctx: CliContext) => Promise;