import { Channel } from "@effect/core/stream/Channel/definition/base"; import { MergeStrategy } from "@effect/core/stream/Channel/MergeStrategy"; /** * @tsplus static effect/core/stream/Channel.Aspects mergeMap * @tsplus pipeable effect/core/stream/Channel mergeMap * @tsplus location "@effect/core/stream/Channel/operations/mergeMap" */ export declare function mergeMap(n: number, f: (outElem: OutElem) => Channel, bufferSize?: number, mergeStrategy?: MergeStrategy): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=mergeMap.d.ts.map