declare class ValidationError extends Error {
    constructor(message: string);
}

export { ValidationError };
