import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ sourceSiteId: z.ZodNumber; sourceWidgetId: z.ZodUnion; targetSiteId: z.ZodNumber; newName: z.ZodOptional; copyVariables: z.ZodDefault; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const Copy: Tool; export {}; //# sourceMappingURL=Copy.d.ts.map