import { ValidationError } from '@nestjs/common';
export declare const subtractExceptionMessage: (validationErrors: ValidationError[]) => string;
