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