import { Container } from "@earendil-works/pi-tui"; import type { Theme } from "@earendil-works/pi-coding-agent"; /** Sticky header only: agent • tools • duration. Tool lines stream via onUpdate content. */ export declare function renderCall(args: Record, theme: Theme): InstanceType;