import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that models failure with the specified error. The moral * equivalent of `throw` for pure code. * @tsplus static effect/core/io/Effect.Ops fail * @tsplus location "@effect/core/io/Effect/operations/fail" */ export declare function fail(error: E): Effect; //# sourceMappingURL=fail.d.ts.map