export default class JDLValidation { name: string; value?: string | number | RegExp | boolean; constructor(args: Partial); toString(): string; }