/** * Constraint that ensures that the person does not have conflicting assignments. * That is don't assign a person to two activities that overlap. */ export declare const mustNotHaveConflictingAssignments: import("..").Constraint; //# sourceMappingURL=mustNotHaveConflictingAssignments.d.ts.map