import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ siteId: z.ZodNumber; name: z.ZodOptional; category: z.ZodOptional>; body: z.ZodOptional; contentType: z.ZodOptional; templates: z.ZodOptional; body: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const UpdateOrCreate: Tool; export {}; //# sourceMappingURL=UpdateOrCreate.d.ts.map