/** * The input data to be sent alternate user identification. */ export declare class AlternateUserIdentifierInput { text: string; link: string; /** * @param userName - The username associated with the Twitter account. */ constructor(userName: string); }