/** * A class to validate constraints on type of furo.BigDecimal * * @class * @private * @author Eclipse Furo Web */ export class ValidatorFuroBigDecimal { /** * * @param field * @returns {Promise} */ static validateConstraints(field: any): Promise; }