import type * as T from "../../../../Effect/index.js"; import * as C from "../core.js"; export declare function contramapInEffect_(self: C.Channel, f: (a: InElem0) => T.Effect): C.Channel; /** * @ets_data_first contramapInEffect_ */ export declare function contramapInEffect(f: (a: InElem0) => T.Effect): (self: C.Channel) => C.Channel; //# sourceMappingURL=contramapInEffect.d.ts.map