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