import type { Tool } from "@earendil-works/pi-ai"; import type { ToolCallShape } from "./types.js"; export declare function directWriteCall(value: string, tools: Tool[]): ToolCallShape | undefined;