import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Creates a sink halting with the specified message, wrapped in a * `RuntimeError`. * @tsplus static effect/core/stream/Sink.Ops dieMessage * @tsplus location "@effect/core/stream/Sink/operations/dieMessage" */ export declare function dieMessage(message: string): Sink; //# sourceMappingURL=dieMessage.d.ts.map