import type { AgentToolResult, Theme } from "@earendil-works/pi-coding-agent"; import type { Text } from "@earendil-works/pi-tui"; export declare function renderWriteResult(theme: Theme, args: { path?: string; file_path?: string; content?: string; }, result: AgentToolResult): Text; //# sourceMappingURL=write.d.ts.map