export declare const ACTION_SCHEDULED = "scheduled"; export declare const ACTION_CANCELED = "canceled"; export declare const ACTION_RESCHEDULED = "rescheduled"; export declare const ACTION_CHANGED = "changed"; export declare const ACUITY_API_URL = "https://app.acuityscheduling.com/schedule.php"; export declare class AcuityUtil { static readonly ACUITY_OWNER = "?owner="; static readonly ACUITY_APPOINTMENT_TYPE = "&appointmentType="; static readonly ACUITY_FIRTSTNAME = "&firstName="; static readonly ACUITY_LASTNAME = "&lastName="; static readonly ACUITY_PHONE = "&phone="; static readonly ACUITY_EMAIL = "&email="; static readonly ACUITY_FIELD = "&field:"; }