import type { Tool } from '../core/tools/tool-types.js'; export interface ScreenshotCaptureInput { mode?: 'full' | 'window'; format?: 'png' | 'jpg'; quality?: number; } export declare function createScreenshotCaptureTool(): Tool; export declare const screenshotCaptureTool: Tool; //# sourceMappingURL=screenshot-capture.d.ts.map