import * as z from 'zod'; declare const CreateTicketReservationRequest: z.ZodObject<{ ticketReservation: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; expirationDate: z.ZodNullable>; status: z.ZodOptional>; memberId: z.ZodNullable>; visitorId: z.ZodNullable>; tickets: z.ZodOptional>; eventId: z.ZodNullable>; ticketDefinitionId: z.ZodString; quantity: z.ZodNumber; ticketInfo: z.ZodOptional>; seatInfo: z.ZodOptional>; areaLabel: z.ZodNullable>; tableLabel: z.ZodNullable>; rowLabel: z.ZodNullable>; seatLabel: z.ZodNullable>; configurationId: z.ZodNullable>; }, z.core.$strip>>; guestPrice: z.ZodNullable>; pricingOptionId: z.ZodNullable>; pricingOptionName: z.ZodNullable>; pricingPlan: z.ZodOptional; planId: z.ZodOptional; }, z.core.$strip>>; priceOverride: z.ZodNullable>; }, z.core.$strip>>; removedQuantity: z.ZodNullable>; policy: z.ZodNullable>; ticketName: z.ZodNullable>; price: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; subTotal: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; additionalReservationSettings: z.ZodOptional>; enableHiddenTicketReservation: z.ZodNullable>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const CreateTicketReservationResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; expirationDate: z.ZodNullable>; status: z.ZodOptional>; memberId: z.ZodNullable>; visitorId: z.ZodNullable>; tickets: z.ZodOptional>; eventId: z.ZodNullable>; ticketDefinitionId: z.ZodNullable>; quantity: z.ZodNullable>; ticketInfo: z.ZodOptional>; seatInfo: z.ZodOptional>; areaLabel: z.ZodNullable>; tableLabel: z.ZodNullable>; rowLabel: z.ZodNullable>; seatLabel: z.ZodNullable>; configurationId: z.ZodNullable>; }, z.core.$strip>>; guestPrice: z.ZodNullable>; pricingOptionId: z.ZodNullable>; pricingOptionName: z.ZodNullable>; pricingPlan: z.ZodOptional; planId: z.ZodOptional; }, z.core.$strip>>; priceOverride: z.ZodNullable>; }, z.core.$strip>>; removedQuantity: z.ZodNullable>; policy: z.ZodNullable>; ticketName: z.ZodNullable>; price: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; subTotal: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; additionalReservationSettings: z.ZodOptional>; enableHiddenTicketReservation: z.ZodNullable>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetTicketReservationRequest: z.ZodObject<{ ticketReservationId: z.ZodString; }, z.core.$strip>; declare const GetTicketReservationResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; expirationDate: z.ZodNullable>; status: z.ZodOptional>; memberId: z.ZodNullable>; visitorId: z.ZodNullable>; tickets: z.ZodOptional>; eventId: z.ZodNullable>; ticketDefinitionId: z.ZodNullable>; quantity: z.ZodNullable>; ticketInfo: z.ZodOptional>; seatInfo: z.ZodOptional>; areaLabel: z.ZodNullable>; tableLabel: z.ZodNullable>; rowLabel: z.ZodNullable>; seatLabel: z.ZodNullable>; configurationId: z.ZodNullable>; }, z.core.$strip>>; guestPrice: z.ZodNullable>; pricingOptionId: z.ZodNullable>; pricingOptionName: z.ZodNullable>; pricingPlan: z.ZodOptional; planId: z.ZodOptional; }, z.core.$strip>>; priceOverride: z.ZodNullable>; }, z.core.$strip>>; removedQuantity: z.ZodNullable>; policy: z.ZodNullable>; ticketName: z.ZodNullable>; price: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; subTotal: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; additionalReservationSettings: z.ZodOptional>; enableHiddenTicketReservation: z.ZodNullable>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const DeleteTicketReservationRequest: z.ZodObject<{ ticketReservationId: z.ZodString; }, z.core.$strip>; declare const DeleteTicketReservationResponse: z.ZodObject<{ ticketReservation: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; expirationDate: z.ZodNullable>; status: z.ZodOptional>; memberId: z.ZodNullable>; visitorId: z.ZodNullable>; tickets: z.ZodOptional>; eventId: z.ZodNullable>; ticketDefinitionId: z.ZodNullable>; quantity: z.ZodNullable>; ticketInfo: z.ZodOptional>; seatInfo: z.ZodOptional>; areaLabel: z.ZodNullable>; tableLabel: z.ZodNullable>; rowLabel: z.ZodNullable>; seatLabel: z.ZodNullable>; configurationId: z.ZodNullable>; }, z.core.$strip>>; guestPrice: z.ZodNullable>; pricingOptionId: z.ZodNullable>; pricingOptionName: z.ZodNullable>; pricingPlan: z.ZodOptional; planId: z.ZodOptional; }, z.core.$strip>>; priceOverride: z.ZodNullable>; }, z.core.$strip>>; removedQuantity: z.ZodNullable>; policy: z.ZodNullable>; ticketName: z.ZodNullable>; price: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; subTotal: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; additionalReservationSettings: z.ZodOptional>; enableHiddenTicketReservation: z.ZodNullable>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateTicketReservationTagsRequest: z.ZodObject<{ ids: z.ZodArray; options: z.ZodObject<{ assignTags: z.ZodObject<{ privateTags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; unassignTags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const BulkUpdateTicketReservationTagsResponse: 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 BulkUpdateTicketReservationTagsByFilterRequest: z.ZodObject<{ filter: z.ZodRecord; options: z.ZodObject<{ assignTags: z.ZodObject<{ privateTags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; unassignTags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const BulkUpdateTicketReservationTagsByFilterResponse: z.ZodObject<{ jobId: z.ZodOptional; }, z.core.$strip>; declare const CancelTicketReservationRequest: z.ZodObject<{ ticketReservationId: z.ZodString; }, z.core.$strip>; declare const CancelTicketReservationResponse: z.ZodObject<{ ticketReservation: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; expirationDate: z.ZodNullable>; status: z.ZodOptional>; memberId: z.ZodNullable>; visitorId: z.ZodNullable>; tickets: z.ZodOptional>; eventId: z.ZodNullable>; ticketDefinitionId: z.ZodNullable>; quantity: z.ZodNullable>; ticketInfo: z.ZodOptional>; seatInfo: z.ZodOptional>; areaLabel: z.ZodNullable>; tableLabel: z.ZodNullable>; rowLabel: z.ZodNullable>; seatLabel: z.ZodNullable>; configurationId: z.ZodNullable>; }, z.core.$strip>>; guestPrice: z.ZodNullable>; pricingOptionId: z.ZodNullable>; pricingOptionName: z.ZodNullable>; pricingPlan: z.ZodOptional; planId: z.ZodOptional; }, z.core.$strip>>; priceOverride: z.ZodNullable>; }, z.core.$strip>>; removedQuantity: z.ZodNullable>; policy: z.ZodNullable>; ticketName: z.ZodNullable>; price: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; subTotal: z.ZodOptional; currency: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; additionalReservationSettings: z.ZodOptional>; enableHiddenTicketReservation: z.ZodNullable>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export { BulkUpdateTicketReservationTagsByFilterRequest, BulkUpdateTicketReservationTagsByFilterResponse, BulkUpdateTicketReservationTagsRequest, BulkUpdateTicketReservationTagsResponse, CancelTicketReservationRequest, CancelTicketReservationResponse, CreateTicketReservationRequest, CreateTicketReservationResponse, DeleteTicketReservationRequest, DeleteTicketReservationResponse, GetTicketReservationRequest, GetTicketReservationResponse };