import type { Effect } from "./effect.js"; /** * Returns this effect if environment is on the left, otherwise returns * whatever is on the right unmodified. Note that the result is lifted * in either. */ export declare function onLeft(__trace?: string): (self: Effect) => Effect, E, import("../Either/core.js").Either>; //# sourceMappingURL=onLeft.d.ts.map