import { z } from "zod"; declare const paramsSchema: z.ZodObject<{ spaceId: z.ZodNumber; content_type_id: z.ZodNumber; slug: z.ZodString; name: z.ZodString; excerpt: z.ZodOptional; category_id: z.ZodOptional; tags: z.ZodDefault>; segments: z.ZodOptional>; private: z.ZodDefault; field_values: z.ZodOptional; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"text">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"rich_text">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"dropdown">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"radio">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"checkbox">; multi: z.ZodLiteral; value: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"multiple">; multi: z.ZodLiteral; value: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"boolean">; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"integer">; value: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"decimal">; value: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"date">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"locations">; value: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"asset">; value: z.ZodObject<{ id: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"assets">; value: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"content_type">; value: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; type: z.ZodLiteral<"content_types">; value: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ id: z.ZodNullable; field_id: z.ZodNumber; type: z.ZodLiteral<"group">; value: z.ZodArray; type: z.ZodLiteral<"string">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"text">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"rich_text">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"dropdown">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"radio">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"checkbox">; multi: z.ZodLiteral; value: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"multiple">; multi: z.ZodLiteral; value: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"boolean">; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"integer">; value: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"decimal">; value: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"date">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"locations">; value: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"asset">; value: z.ZodObject<{ id: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"assets">; value: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"content_type">; value: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ field_id: z.ZodNumber; parent_id: z.ZodNullable; type: z.ZodLiteral<"content_types">; value: z.ZodArray; }, z.core.$strip>]>>>; }, z.core.$strip>]>>>; target_locale: z.ZodOptional; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const UpdateOrCreate: Tool; export {}; //# sourceMappingURL=UpdateOrCreate.d.ts.map