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