import { TArray } from "@effect/core/stm/TArray/definition";
import { USTM } from "@effect/core/stm/STM/definition/base";
import { Maybe } from "@tsplus/stdlib/data/Maybe/definition";
/**
* The last entry in the array, if it exists.
* @tsplus getter effect/core/stm/TArray lastMaybe
* @tsplus location "@effect/core/stm/TArray/operations/lastMeybe"
*/
export declare function lastMaybe(self: TArray): USTM>;
//# sourceMappingURL=lastMeybe.d.ts.map