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