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