export declare enum AuthModes { None = "None", Password = "Password", Certificate = "Certificate", Phone = "Phone", IpAddress = "IpAddress", Email = "Email", Trusted = "Trusted", }