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