import { ValidationError } from "@nestjs/common";
export declare const validationError: (errors: ValidationError[]) => never;
