import * as E from "../../../../Either/index.js"; import type * as C from "../core.js"; /** * Submerges the error case of an `Either` into the `Stream`. */ export declare function absolve(xs: C.Stream>): C.Stream; //# sourceMappingURL=absolve.d.ts.map