import type { AgentToolResult, Theme, ThemeColor } from "@earendil-works/pi-coding-agent"; import { Container, Text } from "@earendil-works/pi-tui"; export declare function conciseResult(title: string, detail?: string): Text; export declare function toolCallLine(theme: Theme, title: string, suffix?: string): string; export declare function renderToolCall(theme: Theme, title: string, suffix?: string): Text; export declare function titleLine(theme: Theme, bulletColor: ThemeColor, title: string, suffix?: string): string; export declare function detailLine(theme: Theme, text: string, first?: boolean): string; export declare function accentSuffix(theme: Theme, accentText: string, dimDetail?: string): string; export declare function expandHintLine(theme: Theme, hiddenCount?: number, hiddenLabel?: string): string; export declare function renderLines(lines: string[]): Text; export declare function renderFallbackResult(result: AgentToolResult, fallbackText?: string): Text; export declare function renderEmptySlot(): Container; //# sourceMappingURL=common.d.ts.map