/** * Constraint that restricts who/the number of people in the group. * * @param assignmentCode * @returns null if the person's ranking is outside of the min and max ranking, otherwise a 0 */ export declare const restrictActivitySize: import("..").Constraint; //# sourceMappingURL=restrictActivitySize.d.ts.map