import * as z from 'zod'; declare const GetEmbeddableItemRequest: z.ZodObject<{ embeddableItemId: z.ZodString; itemType: z.ZodEnum<{ BOOKING: "BOOKING"; EVENT: "EVENT"; PRODUCT: "PRODUCT"; }>; }, z.core.$strip>; declare const GetEmbeddableItemResponse: z.ZodIntersection>; title: z.ZodOptional; image: z.ZodOptional; pageUrl: z.ZodOptional; pricingData: z.ZodOptional>; maxValue: z.ZodNullable>; discountedValue: z.ZodNullable>; currency: z.ZodNullable>; pricingPlanId: z.ZodNullable>; }, z.core.$strip>>; itemType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; eventDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ eventDetails: z.ZodOptional; bookingDetails: z.ZodObject<{ durations: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ bookingDetails: z.ZodOptional; eventDetails: z.ZodObject<{ formattedDateAndTime: z.ZodNullable>; startDate: z.ZodNullable>; endDate: z.ZodNullable>; timeZoneId: z.ZodNullable>; location: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; declare const ListEmbeddableItemsRequest: z.ZodObject<{ itemType: z.ZodEnum<{ BOOKING: "BOOKING"; EVENT: "EVENT"; PRODUCT: "PRODUCT"; }>; options: z.ZodOptional>; paging: z.ZodOptional>; cursor: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListEmbeddableItemsResponse: z.ZodObject<{ items: z.ZodOptional>; title: z.ZodOptional; image: z.ZodOptional; pageUrl: z.ZodOptional; pricingData: z.ZodOptional>; maxValue: z.ZodNullable>; discountedValue: z.ZodNullable>; currency: z.ZodNullable>; pricingPlanId: z.ZodNullable>; }, z.core.$strip>>; itemType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; eventDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ eventDetails: z.ZodOptional; bookingDetails: z.ZodObject<{ durations: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ bookingDetails: z.ZodOptional; eventDetails: z.ZodObject<{ formattedDateAndTime: z.ZodNullable>; startDate: z.ZodNullable>; endDate: z.ZodNullable>; timeZoneId: z.ZodNullable>; location: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; pagingMetadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export { GetEmbeddableItemRequest, GetEmbeddableItemResponse, ListEmbeddableItemsRequest, ListEmbeddableItemsResponse };