import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { TArray } from "@effect/core/stm/TArray/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Atomically compute the greatest element in the array, if it exists. * @tsplus static effect/core/stm/TArray.Aspects maxMaybe * @tsplus pipeable effect/core/stm/TArray maxMaybe * @tsplus location "@effect/core/stm/TArray/operations/maxMaybe" */ export declare function maxMaybe_(ord: Ord): (self: TArray) => STM>; //# sourceMappingURL=maxMaybe.d.ts.map