import * as z from 'zod'; declare const CreateItemRequest: z.ZodObject<{ item: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const CreateItemResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetItemRequest: z.ZodObject<{ itemId: z.ZodString; }, z.core.$strip>; declare const GetItemResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateItemRequest: z.ZodObject<{ _id: z.ZodString; item: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodString; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateItemResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; declare const DeleteItemRequest: z.ZodObject<{ itemId: z.ZodString; }, z.core.$strip>; declare const DeleteItemResponse: z.ZodObject<{}, z.core.$strip>; declare const QueryItemsRequest: z.ZodObject<{ query: z.ZodIntersection>>; sort: z.ZodOptional; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ cursorPaging: z.ZodObject<{ limit: z.ZodNullable>; cursor: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>; declare const QueryItemsResponse: z.ZodObject<{ items: z.ZodOptional>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>>; pagingMetadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateExtendedFieldsRequest: z.ZodObject<{ _id: z.ZodString; namespace: z.ZodString; options: z.ZodObject<{ namespaceData: z.ZodRecord; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateExtendedFieldsResponse: z.ZodObject<{ item: z.ZodOptional>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkCreateItemsRequest: z.ZodObject<{ items: z.ZodArray>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; options: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkCreateItemsResponse: z.ZodObject<{ results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; item: z.ZodOptional>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateItemsRequest: z.ZodObject<{ items: z.ZodArray>; revision: z.ZodString; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; options: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateItemsResponse: z.ZodObject<{ results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; item: z.ZodOptional>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkDeleteItemsRequest: z.ZodObject<{ itemIds: z.ZodArray; }, z.core.$strip>; declare const BulkDeleteItemsResponse: z.ZodObject<{ results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const RemoveItemFromTrashBinRequest: z.ZodObject<{ itemId: z.ZodString; }, z.core.$strip>; declare const RemoveItemFromTrashBinResponse: z.ZodObject<{}, z.core.$strip>; declare const RestoreItemFromTrashBinRequest: z.ZodObject<{ itemId: z.ZodString; }, z.core.$strip>; declare const RestoreItemFromTrashBinResponse: z.ZodObject<{ item: z.ZodOptional>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetDeletedItemRequest: z.ZodObject<{ itemId: z.ZodString; }, z.core.$strip>; declare const GetDeletedItemResponse: z.ZodObject<{ item: z.ZodOptional>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListDeletedItemsRequest: z.ZodObject<{ options: z.ZodOptional>>; sort: z.ZodOptional; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ cursorPaging: z.ZodObject<{ limit: z.ZodNullable>; cursor: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; itemIds: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListDeletedItemsResponse: z.ZodObject<{ items: z.ZodOptional>; revision: z.ZodNullable>; draftItemId: z.ZodNullable>; galleryId: z.ZodNullable>; siteVersion: z.ZodNullable>; title: z.ZodNullable>; link: z.ZodOptional>; url: z.ZodNullable>; }, z.core.$strip>>; media: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ imageOptions: z.ZodObject<{ imageInfo: z.ZodOptional; focalPoint: z.ZodOptional; y: z.ZodOptional; }, z.core.$strip>>; exif: z.ZodNullable>>; quality: z.ZodNullable>; unsharpMasking: z.ZodOptional>; radius: z.ZodNullable>; threshold: z.ZodNullable>; }, z.core.$strip>>; altText: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; description: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>>>; pagingMetadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { BulkCreateItemsRequest, BulkCreateItemsResponse, BulkDeleteItemsRequest, BulkDeleteItemsResponse, BulkUpdateItemsRequest, BulkUpdateItemsResponse, CreateItemRequest, CreateItemResponse, DeleteItemRequest, DeleteItemResponse, GetDeletedItemRequest, GetDeletedItemResponse, GetItemRequest, GetItemResponse, ListDeletedItemsRequest, ListDeletedItemsResponse, QueryItemsRequest, QueryItemsResponse, RemoveItemFromTrashBinRequest, RemoveItemFromTrashBinResponse, RestoreItemFromTrashBinRequest, RestoreItemFromTrashBinResponse, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, UpdateItemRequest, UpdateItemResponse };