export declare class ProfileChangePasswordDTO { current: string; new: string; verify: string; }