import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Fail with `e` if the supplied partial function does not match, otherwise * continue with the returned value. * @tsplus static effect/core/stm/STM.Aspects continueOrFailSTM * @tsplus pipeable effect/core/stm/STM continueOrFailSTM * @tsplus location "@effect/core/stm/STM/operations/continueOrFailSTM" */ export declare function continueOrFailSTM(e: E1, pf: (a: A) => Maybe>): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=continueOrFailSTM.d.ts.map