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