import type { ExtensionCommandContext } from "@earendil-works/pi-coding-agent"; import type { AgentRecord } from "../types.js"; import type { AgentActivity } from "./agent-ui-types.js"; export declare function viewAgentConversation(ctx: ExtensionCommandContext, record: AgentRecord, agentActivity: Map): Promise;