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