export declare class PasswordInfo { currentPassword: string; newPassword: string; constructor(); }