export declare class UpdatePasswordDto { currentPassword: string; newPassword: string; }