/** * Creates a constraint that ensures that group speeds stay balanced. * @param assignmentCode * @returns A number of people that are slower than the person */ export declare const balancedSpeed: import("..").Constraint; //# sourceMappingURL=balancedSpeed.d.ts.map