import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Returns a new channel that will perform the operations of this one, until * failure, and then it will switch over to the operations of the specified * fallback channel. * @tsplus pipeable-operator effect/core/stream/Channel | * @tsplus static effect/core/stream/Channel.Aspects orElse * @tsplus pipeable effect/core/stream/Channel orElse * @tsplus location "@effect/core/stream/Channel/operations/orElse" */ export declare function orElse(that: LazyArg>): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=orElse.d.ts.map