export declare class VerifyPasswordChangeOtpForClientDto {
    newPassword: string;
    otp: string;
}
