import { HttpException } from '@nestjs/common'; export declare function handleValidationError(error: any, login?: boolean): HttpException;