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