import { ApiErrorException } from '../ApiErrorException';
export declare class UnprocessableEntity extends ApiErrorException {
}
