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