import { z } from "zod";
export declare const browser_click: import("@langchain/core/tools").DynamicStructuredTool<z.ZodObject<{
element: z.ZodString;
ref: z.ZodString;
}, "strip", z.ZodTypeAny, {
ref: string;
element: string;
}, {
ref: string;
element: string;
}>>;