import type * as T from "../../../Effect/index.js"; import type * as C from "./core.js"; /** * Effectfully transforms both inputs and result of this sink using the provided functions. */ export declare function dimapEffect_(self: C.Sink, f: (in_: In1) => T.Effect, g: (z: Z) => T.Effect): C.Sink; /** * Effectfully transforms both inputs and result of this sink using the provided functions. * * @ets_data_first dimapEffect_ */ export declare function dimapEffect(f: (in_: In1) => T.Effect, g: (z: Z) => T.Effect): (self: C.Sink) => C.Sink; //# sourceMappingURL=dimapEffect.d.ts.map