import { Text } from "@earendil-works/pi-tui"; interface Theme { fg(name: string, text: string): string; bold(text: string): string; } export declare function renderCall(args: Record, theme: Theme): Text; export declare function renderResult(result: { content: Array<{ type: string; text?: string; }>; details?: unknown; }, state: { expanded: boolean; }, theme: Theme): Text; export {}; //# sourceMappingURL=render.d.ts.map