import { ServiceError } from '../classes/ServiceError'; export declare class ValidationServiceError extends ServiceError { name: string; message: string; constructor(message?: string); }