import type { AgentTool } from "@mariozechner/pi-agent-core"; import { writeSchema } from "./shared.js"; export declare function createWriteTool(cwd: string): AgentTool;