import type { ToolDefinition } from "@earendil-works/pi-coding-agent"; import { type SteelClient } from "../steel-client.js"; export declare function screenshotTool(client: SteelClient): ToolDefinition;