export declare class ResetPasswordDto {
    email: string;
    otp: string;
    password: string;
}
