/** * Creates a constraint that ensures that group sizes stay balanced. * Returns a score that is the size of the activity. * @param assignmentCode * @returns the size of the activity */ export declare const balancedGroupSize: import("..").Constraint; //# sourceMappingURL=balancedGroupSize.d.ts.map