import type * as T from "../../../Effect/index.js"; import * as C from "./core.js"; /** * Effectfully transforms this sink's result. */ export declare function mapEffect_(self: C.Sink, f: (z: Z) => T.Effect): C.Sink; /** * Effectfully transforms this sink's result. * * @ets_data_first mapEffect_ */ export declare function mapEffect(f: (z: Z) => T.Effect): (self: C.Sink) => C.Sink; //# sourceMappingURL=mapEffect.d.ts.map