import * as E from "../../Either/index.js"; /** * Lifts an `Either` into a `Managed` value. */ export declare function fromEitherWith(self: () => E.Either, __trace?: string): import("../managed.js").Managed; /** * Lifts an `Either` into a `Managed` value. */ export declare function fromEither(self: E.Either, __trace?: string): import("../managed.js").Managed; //# sourceMappingURL=fromEither.d.ts.map