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