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