export declare enum SpeedDialType { slotBasic = "slotBasic", abbreviated = "abbreviated" } export declare enum MailboxQuotasType { system = "system", custom = "custom" } export declare enum VMNotificationsTypes { 'Pager Device' = "Pager Device", 'Phone Device' = "Phone Device", 'SMTP Device' = "SMTP Device", 'HTML Device' = "HTML Device" } export declare enum DeviceTypes { CTI_ROUTE_POINT = "CTI Route Point", CTI_PORT = "CTI Port", CTI_REMOTE = "CTI Remote Device" }