export declare class forgetPasswordDto {
    email: string;
    new_password: string;
    confirm_password: string;
}
