import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects orDie * @tsplus pipeable effect/core/stream/Channel orDie * @tsplus location "@effect/core/stream/Channel/operations/orDie" */ export declare function orDie(error: LazyArg): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=orDie.d.ts.map