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