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