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