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