import { HttpError } from 'lib/http'; export declare class UnprocessableEntityError extends HttpError { fields: any[]; constructor(fields: any[]); }