/**
 * User identifier type
 * 用户编号类型
 */
export declare enum UserIdentifierType {
    Email = 1,
    Mobile = 2,
    Wechat = 3,
    Alipay = 4,
    Google = 5,
    Microsoft = 6
}
