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