/** * The different types of authentication for authenticating against Twitter. * * @public */ export declare enum EAuthenticationType { GUEST = "GUEST", USER = "USER", LOGIN = "LOGIN" }