import { z } from "zod"; export type CurrentPageContext = { path: string; fullPath: string; title: string; url: string; }; export declare function createGetUserLocationTool(): import("langchain").DynamicStructuredTool, Record, Record, string, unknown, "get_user_location">;