import { Text } from "@earendil-works/pi-tui"; import type { QuestionTheme, QuestionToolInput, QuestionToolResult } from "./types.js"; export declare function renderQuestionCall(args: Partial, theme: QuestionTheme): Text; export declare function renderQuestionResult(result: Partial, theme: QuestionTheme, args?: Partial): Text;