import { Take } from "@effect/core/stream/Take/definition"; /** * Creates a failing `Take` with the specified failure. * @tsplus static effect/core/stream/Take.Ops fail * @tsplus location "@effect/core/stream/Take/operations/fail" */ export declare function fail(e: E): Take; //# sourceMappingURL=fail.d.ts.map