import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { AppiumHelper } from "../lib/appium/appiumHelper.js"; export declare function setAppiumHelperForInspector(helper: AppiumHelper): void; /** * Register UI inspector tools with the MCP server */ export declare function registerInspectorTools(server: McpServer): void; //# sourceMappingURL=inspectorTools.d.ts.map