/** Choices of customer-facing time zone used for bookings. */ export declare const BusinessBookingProfileCustomerTimezoneChoice: { readonly BusinessLocationTimezone: "BUSINESS_LOCATION_TIMEZONE"; readonly CustomerChoice: "CUSTOMER_CHOICE"; }; export type BusinessBookingProfileCustomerTimezoneChoice = (typeof BusinessBookingProfileCustomerTimezoneChoice)[keyof typeof BusinessBookingProfileCustomerTimezoneChoice];