import { STM } from "@effect/core/stm/STM/definition/base"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Returns a successful effect if the value is `Left`, or fails with a * `NoSuchElementException`. * @tsplus getter effect/core/stm/STM leftOrFailException * @tsplus location "@effect/core/stm/STM/operations/leftOrFailException" */ export declare function leftOrFailException(self: STM>): import("../definition").STM; //# sourceMappingURL=leftOrFailException.d.ts.map