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