import * as E from "../Either"; import type { XPure } from "./model"; export declare const recover: (fa: XPure) => XPure>; export declare const absolve: ( fa: XPure> ) => XPure; //# sourceMappingURL=fallible.d.ts.map