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