import * as z from 'zod'; declare const GetBookingsSettingsRequest: z.ZodObject<{}, z.core.$strip>; declare const GetBookingsSettingsResponse: z.ZodObject<{ revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; cartCheckout: z.ZodOptional>; }, z.core.$strip>>; multiServiceAppointments: z.ZodOptional>; }, z.core.$strip>>; displayTimeZone: z.ZodOptional>; basedOn: z.ZodOptional>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateBookingsSettingsRequest: z.ZodObject<{ bookingsSettings: z.ZodObject<{ revision: z.ZodString; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; cartCheckout: z.ZodOptional>; }, z.core.$strip>>; multiServiceAppointments: z.ZodOptional>; }, z.core.$strip>>; displayTimeZone: z.ZodOptional>; basedOn: z.ZodOptional>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateBookingsSettingsResponse: z.ZodObject<{ revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; cartCheckout: z.ZodOptional>; }, z.core.$strip>>; multiServiceAppointments: z.ZodOptional>; }, z.core.$strip>>; displayTimeZone: z.ZodOptional>; basedOn: z.ZodOptional>; }, z.core.$strip>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; export { GetBookingsSettingsRequest, GetBookingsSettingsResponse, UpdateBookingsSettingsRequest, UpdateBookingsSettingsResponse };