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