import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Maps the output of this channel using the specified function. * @tsplus static effect/core/stream/Channel.Aspects mapOut * @tsplus pipeable effect/core/stream/Channel mapOut * @tsplus location "@effect/core/stream/Channel/operations/mapOut" */ export declare function mapOut(f: (o: OutElem) => OutElem2): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=mapOut.d.ts.map