/** Time units of a service duration for bookings. */ export declare const BusinessAppointmentSettingsAlignmentTime: { readonly ServiceDuration: "SERVICE_DURATION"; readonly QuarterHourly: "QUARTER_HOURLY"; readonly HalfHourly: "HALF_HOURLY"; readonly Hourly: "HOURLY"; }; export type BusinessAppointmentSettingsAlignmentTime = (typeof BusinessAppointmentSettingsAlignmentTime)[keyof typeof BusinessAppointmentSettingsAlignmentTime];