import type { Parameter } from '@seamapi/blueprint'; import type { CliContext } from '../context.js'; export declare const interactForBlueprintObject: (args: { command: string[]; parameters: Parameter[]; params: Record; hasRequiredParameters?: boolean; isSubProperty?: boolean; subPropertyPath?: string; }, ctx: CliContext) => Promise;