import * as z from 'zod'; declare const GenerateAttachmentUploadUrlRequest: z.ZodObject<{ contactId: z.ZodString; fileName: z.ZodString; options: z.ZodObject<{ mimeType: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; declare const GenerateAttachmentUploadUrlResponse: z.ZodObject<{ uploadUrl: z.ZodOptional; }, z.core.$strip>; declare const ListAttachmentsRequest: z.ZodObject<{ contactId: z.ZodString; options: z.ZodOptional>; offset: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListAttachmentsResponse: z.ZodObject<{ attachments: z.ZodOptional; previewImage: z.ZodOptional; fileName: z.ZodOptional; mimeType: z.ZodOptional; attachmentType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; document: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ document: z.ZodOptional; image: z.ZodString; }, z.core.$strip>, z.ZodObject<{ image: z.ZodOptional; document: z.ZodString; }, z.core.$strip>]>>>>; metadata: z.ZodOptional>; offset: z.ZodNullable>; total: z.ZodNullable>; tooManyToCount: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const DeleteAttachmentRequest: z.ZodObject<{ identifiers: z.ZodObject<{ contactId: z.ZodString; attachmentId: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; declare const DeleteAttachmentResponse: z.ZodObject<{}, z.core.$strip>; declare const GetAttachmentRequest: z.ZodObject<{ identifiers: z.ZodObject<{ contactId: z.ZodString; attachmentId: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; declare const GetAttachmentResponse: z.ZodIntersection; previewImage: z.ZodOptional; fileName: z.ZodOptional; mimeType: z.ZodOptional; attachmentType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; document: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ document: z.ZodOptional; image: z.ZodString; }, z.core.$strip>, z.ZodObject<{ image: z.ZodOptional; document: z.ZodString; }, z.core.$strip>]>>; export { DeleteAttachmentRequest, DeleteAttachmentResponse, GenerateAttachmentUploadUrlRequest, GenerateAttachmentUploadUrlResponse, GetAttachmentRequest, GetAttachmentResponse, ListAttachmentsRequest, ListAttachmentsResponse };