import { z } from "zod"; export declare const paramsSchema: z.ZodObject<{ spaceId: z.ZodNumber; action: z.ZodDefault>; identifier: z.ZodOptional>; name: z.ZodOptional; excerpt: z.ZodOptional; category_id: z.ZodOptional; tags: z.ZodOptional>; segments: z.ZodOptional>; private: z.ZodOptional; 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>]>>>; locale: z.ZodDefault; target_locale: z.ZodOptional; query: z.ZodOptional; type_id: z.ZodOptional; order: z.ZodOptional>; order_by: z.ZodOptional>; page: z.ZodDefault; per_page: z.ZodDefault; verify: z.ZodDefault; }, z.core.$strip>; export type ParamsSchema = z.infer; export declare const Manage: Tool; //# sourceMappingURL=Manage.d.ts.map