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