import { BaseException } from '.'; export declare class ValidationException extends BaseException { constructor(message: string, details?: string[]); }