/** Types of daily appointment limits. */ export declare const BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType: { readonly PerTeamMember: "PER_TEAM_MEMBER"; readonly PerLocation: "PER_LOCATION"; }; export type BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType = (typeof BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType)[keyof typeof BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType];