export class ValidatorGoogleProtobufTimestamp {
    /**
     * checks field constraints
     * @param field
     * @returns {Promise<unknown>}
     */
    static validateConstraints(field: any): Promise<unknown>;
}
