import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects orDieWith * @tsplus pipeable effect/core/stream/Channel orDieWith * @tsplus location "@effect/core/stream/Channel/operations/orDieWith" */ export declare function orDieWith(f: (e: OutErr) => unknown): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=orDieWith.d.ts.map