import type { CliContext } from '../context.js'; /** * Follow-ups a response may call for: opening a connect webview in the * browser, and offering to poll a pending action attempt. */ export declare const runResponseFollowUps: (data: any, ctx: CliContext) => Promise;