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 least element in the array, if it exists. * @tsplus static effect/core/stm/TArray.Aspects minMaybe * @tsplus pipeable effect/core/stm/TArray minMaybe * @tsplus location "@effect/core/stm/TArray/operations/minMaybe" */ export declare function minMaybe(ord: Ord): (self: TArray) => STM>; //# sourceMappingURL=minMaybe.d.ts.map