/**
* A class to validate constraints on type of google.protobuf.[Numeric type]Value, furo.fat.[Numeric type]
*
* @class
* @private
* @author Eclipse Furo Web
*/
export class ValidatorFuroFatNumeric {
/**
*
* @param field
* @returns {Promise}
*/
static validateConstraints(field: any): Promise;
}