import { Bounded } from "@tsplus/stdlib/prelude/Bounded"; import { AssociativeIdentity } from "@tsplus/stdlib/prelude/AssociativeIdentity/definition"; /** * `AssociativeIdentity` that returns last max of elements. * @tsplus static AssociativeIdentity/Ops max * @tsplus location "@tsplus/stdlib/prelude/AssociativeIdentity/max" */ export declare function max(B: Bounded): AssociativeIdentity; //# sourceMappingURL=max.d.ts.map