import { z } from "zod"; import { ToolContext } from "./types.js"; export declare const shellScreenshotSchema: { session_id: z.ZodString; name: z.ZodOptional; border: z.ZodOptional; title: z.ZodOptional; }, "strip", z.ZodTypeAny, { style: "macos"; title?: string | undefined; }, { style: "macos"; title?: string | undefined; }>>; }; export declare function shellScreenshot(params: { session_id: string; name?: string; border?: { style: "macos"; title?: string; }; }, context: ToolContext): Promise<{ content: { type: "text"; text: string; }[]; }>; //# sourceMappingURL=shell-screenshot.d.ts.map