import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Converts the failure channel into an `Maybe`. * @tsplus getter effect/core/stm/STM option * @tsplus location "@effect/core/stm/STM/operations/option" */ export declare function option(self: STM): STM>; //# sourceMappingURL=option.d.ts.map