export interface ValidationError { message: string; path?: string; value?: any; } //# sourceMappingURL=validation.d.ts.map