import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
export declare function handleToolCall(name: string, args: any, server: any): Promise<CallToolResult>;
export declare function getConsoleLogs(): string[];
export declare function getScreenshots(): Map<string, string>;
