declare class ValidationError extends Error { constructor(message: string); } export { ValidationError }; //# sourceMappingURL=index.d.ts.map