import CustomError from './custom-error'; import { returnSerializeError } from '../utils/custom-types'; declare class UnProcessableEntity extends CustomError { constructor(message: string, details?: any); serializeError(): returnSerializeError; } export default UnProcessableEntity; //# sourceMappingURL=un-processable-entity.d.ts.map