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