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