import { HttpException } from './http.exception';
export declare class UnprocessableEntityException extends HttpException {
    constructor(objectOrError?: string | object | any, description?: string);
}
//# sourceMappingURL=unprocessable-entity.exception.d.ts.map