import * as E from "../Either/index.js"; /** * Lifts an `Either` into a `Sync` value. */ export declare function fromEither(f: () => E.Either): import("./core.js").Sync; //# sourceMappingURL=fromEither.d.ts.map