export declare class ResetPasswordDto {
    email: string;
    password: string;
    token: string | number;
}
