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