/** * For the given activities, ensures that a person has one assignment with that assignmentCode * Prevents people from having multiple competitor assignments for the activities. * @param assignmentCode * @returns */ export declare const uniqueAssignment: import("..").Constraint; //# sourceMappingURL=uniqueAssignmentCode.d.ts.map