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 * succeed with the returned value. * @tsplus static effect/core/stm/STM.Aspects continueOrFail * @tsplus pipeable effect/core/stm/STM continueOrFail * @tsplus location "@effect/core/stm/STM/operations/continueOrFail" */ export declare function continueOrFail(e: E1, pf: (a: A) => Maybe): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=continueOrFail.d.ts.map