export declare enum SmsProvider { arc = "arc" } export declare enum SmsRequestMethod { get = "get", put = "put", post = "post" } export declare enum SmsAuthenType { none = "none", basic = "basic" }