import { z } from "zod";
export declare const browser_page_assert: import("@langchain/core/tools").DynamicStructuredTool<z.ZodObject<{
    assertion: z.ZodString;
    expected: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
    assertion: string;
    expected?: string | undefined;
}, {
    assertion: string;
    expected?: string | undefined;
}>>;
