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