import { z } from 'zod'; export declare const clickTool: { name: string; description: string; inputSchema: z.ZodEffects; xpath: z.ZodOptional; }, "strip", z.ZodTypeAny, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }>, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }>; }; export declare const hoverTool: { name: string; description: string; inputSchema: z.ZodEffects; xpath: z.ZodOptional; }, "strip", z.ZodTypeAny, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }>, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; selector?: string | undefined; xpath?: string | undefined; }>; }; export declare const fillTool: { name: string; description: string; inputSchema: z.ZodEffects; xpath: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }>, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }>; }; export declare const selectTool: { name: string; description: string; inputSchema: z.ZodEffects; xpath: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }>, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }, { tabId: string; value: string; selector?: string | undefined; xpath?: string | undefined; }>; }; export declare const keypressTool: { name: string; description: string; inputSchema: z.ZodObject<{ tabId: z.ZodString; key: z.ZodString; selector: z.ZodOptional; xpath: z.ZodOptional; delay: z.ZodOptional>; timeout: z.ZodOptional; }, "strip", z.ZodTypeAny, { tabId: string; key: string; selector?: string | undefined; xpath?: string | undefined; delay?: number | undefined; timeout?: number | undefined; }, { tabId: string; key: string; selector?: string | undefined; xpath?: string | undefined; delay?: number | undefined; timeout?: number | undefined; }>; }; //# sourceMappingURL=interact.d.ts.map