import { z } from "zod";
export declare const browser_wait: import("@langchain/core/tools").DynamicStructuredTool<z.ZodObject<{
    time: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
    time: number;
}, {
    time: number;
}>>;
