import { Effect } from "@effect/core/io/Effect/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * @tsplus static effect/core/stream/Pull.Ops fail * @tsplus location "@effect/core/stream/Pull/operations/fail" */ export declare function fail(e: E): Effect, never>; //# sourceMappingURL=fail.d.ts.map