import { Fiber } from "@effect/core/io/Fiber/definition"; /** * A fiber that has already failed with the specified value. * @tsplus static effect/core/io/Fiber.Ops fail * @tsplus location "@effect/core/io/Fiber/operations/fail" */ export declare function fail(e: E): Fiber; //# sourceMappingURL=fail.d.ts.map