import { z } from 'zod'; export declare const InjectContextInputSchema: z.ZodObject<{ contextPath: z.ZodString; sessionId: z.ZodOptional; pageId: z.ZodOptional; }, "strip", z.ZodTypeAny, { contextPath: string; sessionId?: string | undefined; pageId?: string | undefined; }, { contextPath: string; sessionId?: string | undefined; pageId?: string | undefined; }>; export declare function injectContextTool(input: z.infer): Promise<{ message: string; cookiesInjected: number; originsInjected: number; }>; //# sourceMappingURL=context.d.ts.map