/** * The input data to be sent for logging in using password. */ export declare class PasswordInput { password: string; link: string; /** * @param password - The password to the Twitter account. */ constructor(password: string); }