import { Text } from "@earendil-works/pi-tui"; import type { RenderTheme } from "./codex-rendering.ts"; export declare function renderCodexToolCell(title: string, detail: string | undefined, theme: RenderTheme): Text;