import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
 * Register mobile automation tools with the MCP server
 */
export declare function registerMobileTools(server: McpServer, config?: {
    appiumUrl?: string;
}): void;
//# sourceMappingURL=mobileTools.d.ts.map