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