import { TDeferred } from "@effect/core/stm/TDeferred/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * @tsplus static effect/core/stm/TDeferred.Aspects fail * @tsplus pipeable effect/core/stm/TDeferred fail * @tsplus location "@effect/core/stm/TDeferred/operations/fail" */ export declare function fail(error: E): (self: import("../definition").TDeferred) => STM; //# sourceMappingURL=fail.d.ts.map