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