import * as E from "../Either/index.js"; import type { Effect } from "./effect.js"; /** * Returns an effect that submerges the error case of an `Either` into the * `Effect`. */ export declare function absolve(v: Effect>, __trace?: string): Effect; //# sourceMappingURL=absolve.d.ts.map