import type { BlockReplyChunking } from "./pi-embedded-block-chunker.js"; export type ToolResultFormat = "markdown" | "plain"; export type ToolProgressDetailMode = "explain" | "raw"; export type { BlockReplyChunking };