export declare enum IdentityType { Guest = 0, UsernamePassword = 1, ActiveDirectory = 2, OAuth = 3 }