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