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