/** Types of dialplan available for callsGenerator. */
export declare enum CallsGeneratorDialplanEnum {
    'ReadText' = "ReadText",
    'RequestAppointmentConfirmation' = "RequestAppointmentConfirmation",
    'RequestAppointmentConfirmationWithTransfer' = "RequestAppointmentConfirmationWithTransfer"
}
//# sourceMappingURL=CallsGeneratorDialplanEnum.d.ts.map