import * as E from "../Either/core.js"; import type { UIO } from "./effect.js"; /** * Returns an effect with the value on the left part. */ export declare function toLeftWith(a: () => A, __trace?: string): UIO>; /** * Returns an effect with the value on the left part. */ export declare function toLeft(a: A, __trace?: string): UIO>; //# sourceMappingURL=toLeft.d.ts.map