export declare class ChangePasswordDto { readonly currentPassword: string; readonly newPassword: string; }