import * as E from "../../Either/index.js"; import type { Managed } from "../managed.js"; /** * Submerges the error case of an `Either` into the `Managed`. The inverse * operation of `Managed.either`. */ export declare function absolve(self: Managed>, __trace?: string): Managed; //# sourceMappingURL=absolve.d.ts.map