import type { AgentTool } from "@mariozechner/pi-agent-core"; import type { SandboxContext } from "../sandbox.js"; import { readSchema } from "./shared.js"; export declare function createSandboxReadTool(ctx: SandboxContext): AgentTool;