/** * The different base types of data contained in response. * * @internal */ export declare enum EBaseType { NOTIFICATION = "Notification", TWEET = "Tweet", USER = "User" }