export declare class EntityValidationException extends Error { httpCode: number; httpError: string; constructor(message: string, httpError?: string, httpCode?: number); }