/** * Custom renderCall / renderResult for the message tool. * Shows action-specific summaries instead of raw JSON. */ import { Text, Container } from "@earendil-works/pi-tui"; export declare function renderMessageCall(args: any, theme: any, context: any): any; export declare function renderMessageResult(result: any, options: any, theme: any, context: any): Container | Text; //# sourceMappingURL=tool-render.d.ts.map