import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ siteId: z.ZodNumber; pageId: z.ZodOptional; pageUuid: z.ZodOptional; widgetId: z.ZodOptional; widgetUuid: z.ZodOptional; action: z.ZodDefault>; slug: z.ZodOptional; value: z.ZodOptional; selected: z.ZodOptional; variables: z.ZodOptional>; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const ManageWidgetVariables: Tool; export {}; //# sourceMappingURL=ManageWidgetVariables.d.ts.map