"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* This is the basic API for a custom constraint system plugin with client defined constraints and functions.
*/classConstraintSystemPlugin {
}
exports.default = ConstraintSystemPlugin;